
function wo_r(_TGT){
	if(_TGT){
		_popWin = window.open(_TGT);
		_popWin.focus();
	}
}



function wo(_TGT,_WIDTH,_HEIGHT,_TOOLBAR){
	if(_TGT){
		_WIDTH = (_WIDTH)?_WIDTH:717;
		_HEIGHT = (_HEIGHT)?_HEIGHT:500;
		_TOOLBAR = (_TOOLBAR)?_TOOLBAR:0;
		_popWin = window.open(_TGT,'_popWin','width='+_WIDTH+',height='+_HEIGHT+',scrollbars=yes,resizable=yes,toolbar='+_TOOLBAR+',directories=no,location=no,menubar=no,status=yes');
		_popWin.focus();
	}
}


function win_closed(winVar) {
	var ua = navigator.userAgent
	if(!!winVar ){
		if( ( ua.indexOf('Gecko')!=-1 || ua.indexOf('MSIE 4')!=-1 ) && ua.indexOf('Win')!=-1 ){
			return winVar.closed;
		} else {
			return typeof winVar.document != 'object';
		}
	} else {
		return true;
	}
}



/*
if(location.protocol == 'http:'){
	document.write('<script src="http://routetrap.symphonic.jp/track.js?RLU-000000001-3" type="text/javascript" defer="true"></script>');
}
*/
//document.write('<script src="'+ location.protocol +'//routetrap.symphonic.jp/track.js?RLU-000000001-3" type="text/javascript"></script>');



/*
 * Urchin Tracer
 */
document.write('<script src="/js/__utm.js" type="text/javascript"></script>');

