// JavaScript Document
document.title="Ô½ÐãÍøÉÏ»¨ÊÐ";
function popSearch(k){
	var ns=window.open("/carsclub2007/public/popsearch.jsp?keyword="+k,"search","width=1003,height=600,top=0,left=0,scrollbars=1 resizable=1");
	ns.focus();
}
function openwin(catid,id){
	var link=isJSP() ? "../public/pop.jsp?catid="+catid+"&id="+id : "/carsclub2007/public/opwin_jsp_catid_"+catid+"_id_"+id+".html";
	var nw=window.open(link);
	nw.focus();
}
function popArchive(catid){
	var link="/channel/08flower/public/pop.jsp?catid="+catid;
	var nw=window.open(link,"pop","width=620,height=450,top=0,left=0,scrollbars=1 resizable=1");
	nw.focus();
}