<!--
function submitSrh(form,keyword){
	if (keyword == '') {
		alert ('Please input a search keyword!');
		return false;
	}
	//alert(form);
	form.submit();
}

function chgBgColor(obj,color) {
	obj.style.backgroundColor=color;
}

function openwin(url){
    window.open("showbigpic.asp?showpic="+url,"newwindow","toolbar=no,location=no,scrollbars=yes resizable=yes,width=500,height=500");
   }
function opennotes(url){
    window.open("/homepage/shownotes.asp?notes="+url,"newwindow","toolbar=no,location=no,resizable=yes,width=300,height=300");
   }
function get20020801(aa,bb,url){
   location.href="/homepage/shopbag/addbag.asp?showid="+aa+"&unit="+bb+"&url="+url;
  }

function op_cl(ss)
{
 if (ss.style.display=="none") 
  {ss.style.display="";  }
 else
  {ss.style.display="none";   }
}

function tt(){
   div1.style.pixelleft=div1.style.pixelleft+window.scroll.posleft
   div1.style.pixeltop=div1.style.pixeltop+window.scroll.postop
  }   

//-->