if(document.all.search3a)search3a.onclick=function()
{
	var v1,v2,v3,a,b,c,t=""
	v1=key3a.value
	if(v1!='')t="title3 like '%"+v1+"%'"
	v2=price3a.value
	if(v2!="")
	{
		if(v2!=parseFloat(v2))return f23("m^价格必须是数字形式")
		if(t!="")t+=" and "
		t+="m33>"+v2
	}
	v3=price3b.value
	if(v3!="")
	{
		if(v3!=parseFloat(v3))return f23("m^价格必须是数字形式")
		if(t!="")t+=" and "
		t+="m33<"+v3
	}
	if(t=="")
	{
		location="product8.aspx"
		return
	}
	location="product8.aspx?s="+t
}
/*
t='<div id="win0" style="position:absolute; Right:10px; top:10px; width:100px;  z-index:25">'
+'<table width="100%" border="0"><tr><td align=right>'
+'<a href="http://wpa.qq.com/msgrd?V=1&Uin=10728082"><img src="http://wpa.qq.com/pa?p=1:10728082:6" border=0></a>' 
+'</td></tr><tr><td>'
+'birthdaily@hotmail.com'
+'</td></tr></table></div>'
document.write(t)

IE4=(document.all)?1:0
if (IE4)setInterval('keepIE("win0",10,10)',1)
function keepIE(theName,theWantTop,theWantRight) {
var a=document.all[theName]
theRealTop=parseInt(document.body.scrollTop)+parseInt(document.body.offsetHeight)-a.offsetHeight-25
theTrueTop=theWantTop+theRealTop
a.style.top=theTrueTop
theRealRight=parseInt(document.body.scrollRight)
theTrueRight=theWantRight+theRealRight
a.style.Right=theTrueRight
}*/