var qs_active = "price";

function switchQStab(tabid)
{
	hideAll();
	qs_active = tabid;
	document.all["qs_" + tabid].src = "/_bentoo/img/search/tab_" + tabid + "_2.png";
	document.all["qs_tbl_" + tabid].style.display = "block";
}


function hideAll()
{
	document.all.qs_tbl_price.style.display = "none";
	document.all.qs_tbl_shop.style.display = "none";
	document.all.qs_tbl_scm.style.display = "none";
	document.all.qs_tbl_news.style.display = "none";
	document.all.qs_price.src = "/_bentoo/img/search/tab_price_1.png";
	document.all.qs_shop.src = "/_bentoo/img/search/tab_shop_1.png";
	document.all.qs_scm.src = "/_bentoo/img/search/tab_scm_1.png";
	document.all.qs_news.src = "/_bentoo/img/search/tab_news_1.png";
}

function search(openWin)
{
	var frm = document.forms["frmQS" + qs_active];
	if(openWin)
	{
		frm.target = "_blank";
	}
	else
	{
		frm.target = "_self";
	}
	frm.submit();
}