function flashshow(url,name,width,height,color,transparent){
if (transparent==1){var alpha="opaque"}else{alpha="transparent"}
var showtext="<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+width+"\" height=\""+height+"\" id=\""+name+"\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\""+url+"\" /><param name=\"menu\" value=\"false\" /><param name=\"quality\" value=\"high\" /><param name=\"scale\" value=\"noscale\" /><param name=\"wmode\" value=\"Opaque\" /><param name=\"bgcolor\" value=\""+color+"\" /><embed src=\""+url+"\" menu=\"false\" wmode=\"Opaque\" quality=\"high\" scale=\"noscale\" bgcolor=\""+color+"\" width=\""+width+"\" height=\""+height+"\" name=\""+name+"\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>"
document.write (showtext);
}
function sendform(){
if(document.getElementById("username").value==""){
	alert("对不起，会员账号必需填写");
	document.getElementById("username").focus();
	return false;
}else if(document.getElementById("userpass").value==""){
	alert("对不起，会员密码必需填写");
	document.getElementById("username").focus();
	return false;
}else{
document.getElementById("member").submit();
return true;
}
return true;
}
function iover(obj,images){
obj.src=images;	
}
	function addmy(url,title){
    if (document.all){window.external.AddFavorite(url, title);	}
	else if (window.sidebar){window.sidebar.addPanel(title, url, "")}
}
var oldid="";
var layerfalse=true;
function showlayer(id,lefts,tops){
if (oldid!=""){document.getElementById(oldid).style.display="none";}
document.getElementById(id).style.left=lefts+"px";
document.getElementById(id).style.top=tops+"px";
document.getElementById(id).style.display="block";
layerfalse=false
oldid=id
}
document.onmousedown=function(){if (oldid!=""&&layerfalse==true){document.getElementById(oldid).style.display="none";}};