function changeDisplay(id){
	if(document.all){
		if(document.all(id).style.display == "block"){
			document.all(id).style.display = "none";
		}else if(document.all(id).style.display == "none"){
			document.all(id).style.display = "block";
		}
	}else if(document.getElementById){
		if(document.getElementById(id).style.display == "block"){
			document.getElementById(id).style.display = "none";
		}else if(document.getElementById(id).style.display == "none"){
			document.getElementById(id).style.display = "block";
		}
	}
}


function close_win(){
var nvua = navigator.userAgent;
if(nvua.indexOf('MSIE') >= 0){
if(nvua.indexOf('MSIE 5.0') == -1) {
top.opener = '';
}
}
else if(nvua.indexOf('Gecko') >= 0){
top.name = 'CLOSE_WINDOW';
wid = window.open('','CLOSE_WINDOW');
}
top.close();
}

function hotnews_write(){
	hotnews="夜遊び隊.net深夜特割り始まりました！週末だけのスペシャルな割引がモバイルメルマガでGET出来ちゃうよ。";
}

function shop_path_convert(shop_path){
	if(shop_path.substr(0,5)=="deri_"){
		am_shoppath=shop_path.replace(/^deri_/,"deri/");
	}else if(shop_path.substr(0,3)=="sm_"){
		am_shoppath=shop_path.replace(/^sm_/,"sm/");
	}else{am_shoppath=shop_path;}
	return am_shoppath;
}

