//ニューウィンドウ	
	function newWin01(){
		mapWin=window.open("./discount.html","mapWin","directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizeble=no,screenX=0,screenY=0,left=0,top=0,width=648,height=946");
		mapWin.focus();
	}
	
	function newWin02(){
		mapWin=window.open("../discount.html","mapWin","directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizeble=no,screenX=0,screenY=0,left=0,top=0,width=648,height=473");
		mapWin.focus();
	}
		
