<!--

	function smsc(){ 
		setTimeout("smsc()", 10); 
		window.status = "";
	}

	function mail()
	{
		addr="web" + "-" + "master";
		addr+="@";
		addr+="shop" + "." + "nifty" + "." + "jp";
		location.href="mailto:" + addr;
	}
//-->

