function j2url(lang){
	switch(lang){
		case "tw":
			top.window.location.href="ht"+"tp"+":"+"//"+"www.chanmag.com.tw/index.php";
			break;
		case "cn":
			top.window.location.href="ht"+"tp"+":"+"//"+"8888.pumo.com.tw/gate/gb/www.chanmag.com.tw/index.php";
			break;
		case "en":
			top.window.location.href="ht"+"tp"+":"+"//"+"www.chanmag.com.tw/index_e.php";
			break;
		defaults:break;
	}
}

function checksearch(str){
	if(str!="")
		document.question.submit();
}

