// Function to check cookise is enable/not. 
// ==========================================
 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function boxpop()
{	window.alert('This item has been added to your basket for later review');
}

 function submitFunction(i) {
    if (i==1) document.theForm.action=
       "/basket1.cfm";
    if (i==2) document.theForm.action=
       "#cgi.SCRIPT_NAME#";
    document.theForm.submit()
    }
	
function MM_jumpMenu(targ,selObj,restore){ //v3.0 
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); 
if (restore) selObj.selectedIndex=0; 
} 

