// JavaScript Document
function checkLogin(q,n) {
	if (n == 0 && q.value == "请输入搜索条件"){q.value="";q.style.cssText = "color:#000000"}
	if (n == 1){
		if(q.value == "请输入搜索条件"){q.value="";}
		q.style.cssText = "color:#000";
	}
	if (n == 2 && q.value == ""){q.value = "请输入搜索条件";q.style.cssText = "color:#000000"}
}

function showmiddle()
{
	var focus_wIDth=410;
	var focus_height=69;
	var text_height=0;
	var swf_height = focus_height+text_height;
	var pics='/images/case_01.jpg|/images/case_02.jpg|/images/case_03.jpg|/images/case_04.jpg|/images/case_05.jpg';
	var links='||||';
	var texts='赛迪网 银河网 网银在线 voip|环球医药 起步软件 万向集团 万事利集团|新译通 上海上诚 金誉 上海凯育|环球医药 起步软件 万向集团 万事利集团|新译通 上海上诚 金誉 上海凯育';
	document.write('<object classID="clsID:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#veRsion=6,0,0,0" wIDth="'+ focus_wIDth +'" height="'+ swf_height +'">');
	document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/flash/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff">');
	document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
	document.write('<param name="FlashVaRs" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwIDth='+focus_wIDth+'&borderheight='+focus_height+'&textheight='+text_height+'">');
	document.write('<embed src="/flash/pixviewer.swf" wmode="opaque" FlashVaRs="pics='+pics+'&links='+links+'&texts='+texts+'&borderwIDth='+focus_wIDth+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" wIDth="'+ focus_wIDth +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');		
	document.write('</object>');
}