function jet(hp){
	if(hp=="mob"){
		hp="i/index.shtml";
	win=window.open(hp,"jetwindow","width=200,height=550,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=yes");
	}
	if(hp=="info"){

		hp1="popup/staff.html";
		win=window.open(hp1,"jetwindow1","width=400,height=650,top=0,left=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no");

		hp2="popup/event.html";
		win=window.open(hp2,"jetwindow2","width=500,height=707,top=0,left=401,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no");

	}
}

