function jet(hp){ 
if(hp =="pop1"){ 
hp="http://www.sunpeaks.co.jp/formmail/"; 
}
if(hp =="pop2"){ 
hp="list.html"; 
}
if(hp =="pop3"){ 
hp="restaurant.html"; 
}
if(hp =="pop4"){ 
hp="messege.html"; 
}
if(hp =="pop5"){ 
hp="archive.html"; 
}
if(hp =="pop6"){ 
hp="#"; 
}
if(hp =="pop7"){ 
hp="#"; 
}
win=window.open(hp,"jetwindow","width=640,height=650,scrollbars=1"); 
}


