var BasketWindow
function OpenBasketWindow(nItemID,sSession){
	BasketWindow = window.open('/windows/add2basket.asp?itemid='+nItemID+'&sessionid='+sSession,'BasketWindow','width=245,height=110,screenX=70,screenY=70,top=70,left=40')
	BasketWindow.focus();
}
var LotereyWindow
function OpenLotereyWindow(){
	LotereyWindow = window.open('/windows/loterey.asp','LotereyWindow','width=330,height=470,screenX=70,screenY=70,top=70,left=40,scrollbars=yes')
}
var ContestWindow
function OpenContestWindow(){
	ContestWindow = window.open('/windows/brb_form2.asp','ContestWindow','width=430,height=470,screenX=70,screenY=70,top=70,left=40,scrollbars=yes')
}
function gotoCategory()
{
	window.location.href = document.frm_categories.selcat.options[document.frm_categories.selcat.selectedIndex].value;
//	return true;
//	return false;
}

function gotoSection()
{
	window.location.href = document.frm_sections.selsec.options[document.frm_sections.selsec.selectedIndex].value;
	return true;
}

function gotoLetters()
{
	window.location.href = document.frm_letter.sellet.options[document.frm_letter.sellet.selectedIndex].value;
	return true;
}

