
//アクセス解析
document.write("<img src='http://www.m-urban.co.jp/cgi-bin/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");

//ずれ
		IE=(navigator.appName.indexOf('Microsoft') >= 0);
		NS=(navigator.appName.indexOf('Netscape') >= 0);
		V4=(parseInt(navigator.appVersion) >= 4);
		V5=(parseInt(navigator.appVersion)>=5||navigator.appVersion.indexOf("MSIE 5")!=-1);
		MAC=(navigator.userAgent.indexOf('Mac')!=-1);
		if(NS && V4 && !V5) eval("document.tags.BODY.marginLeft='-8px';document.tags.BODY.marginTop='-8px'");

//new
function winopen(url,name,features) {
window.open(url,name,features);
}



