    function jumpMenu(targ,selObj,restore)
    { 
      window.location=selObj.options[selObj.selectedIndex].value; 
      if (restore) selObj.selectedIndex=0;  
    }


    function ShowAlert()
    { 
	if(document.forms[0].siteType.value == 1)
	{
		document.getElementById('msg').innerHTML = 'You will be diverted to PayPal after submitting your details.';	
	}else
	{
		document.getElementById('msg').innerHTML = '';
	}     
    }