﻿

function gologin(){
	location.href="/contents/club/index.asp";
}
function go(url){
	location.href=url;
}

function OpenMore(){
	document.getElementById("More").style.display='block';
}

function CloseMore(){
	document.getElementById("More").style.display='none';
}

function closeDiv(id){
	document.getElementById(id).style.display='none';
}
function OpenDiv(id){
	document.getElementById(id).style.display='block';
}

function closeBannerSP(){
	document.getElementById("BannerSP").style.display='none';
}

function logincheck(thisform){
with(thisform){

	re1 = /^[a-zA-Z0-9\-_.]{3,12}$/; 
	if (!re1.test(mid.value)) {alert("帳號輸入有誤！");  return false;}
	if (mpasswd.value=="")  {alert("請填寫密碼!");  return false;}
	xaction.value = "login";


}
}

function ShowCFSwf(filevar, w, h){

document.write("<script type=\"text/javascript\">");
document.write("	AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','"+w+"','height','"+h+"','wmode','transparent','src','"+filevar+"','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','"+filevar+"' ); //end AC code");
document.write("    </script>");
document.write("    <noscript>");
document.write("        <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" type=\"application/x-shockwave-flash\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\""+w+"\" height=\""+h+"\">");
document.write("            <param name=\"movie\" value=\""+filevar+".swf\" />");
document.write("            <param name=\"quality\" value=\"high\" />");
document.write("            <Param name=\"wmode\" Value=\"transparent\">");

document.write("            <embed src=\""+filevar+".swf\" quality=\"high\" wmode=\"transparent\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\""+w+"\" height=\""+h+"\"></embed>");
document.write("        </object>");
document.write("    </noscript>");


}


function ShowCFimg(filevar, w, h, cfid ,cfarea){


document.write("<a href=\"#\" OnClick=\"window.open('/function/HerfRedirect.asp?id="+cfid+"','','');\">");
document.write("<img src=\""+filevar+"\" width=\""+w+"\" height=\""+h+"\" border=\"0\"></a>");
}


function keysearch(thisform){
with(thisform){
	if(lab.value!=""){
		q.value = keyword.value+'+more:'+lab.value;
	}else{
		q.value = keyword.value;
	}

}
}
