// JavaScript Document
function Mar_div(View)
{
	document.getElementById("Mar_iframe").src = 'Mar.asp?classid='+View;
}
function ChangeOpion(i)
{
	switch (i)
	{
		case 1:
			window.location.href='./';
			//window.open("showshop.asp?shopid="+id,"_blank");
			break;
		case 2:
			//window.location.href='index.asp';
			window.open("/index.asp","_blank");
			break;
		case 3:
			//window.location.href='http://bbs.ykrx.com/';
			window.open("/bbs/","_blank");
			break;
		}
}