// JavaScript Document
function g(o){return document.getElementById(o);}
function HoverLi(n){

for(var i=1;i<=3;i++){g('tb_'+i).className='normaltab';g('tbc_0'+i).className='undis';}g('tbc_0'+n).className='dis';g('tb_'+n).className='hovertab';
}


function selectbox(locationid,price){
var id=locationid;  
price=price; 
if (id == 1){
document.form1.OurPrice.value = price+25;}
else{
document.form1.OurPrice.value = price;}          
}