function jump(form,select) {
  temp = eval("document."+form.name+"."+select);
  for (i=0;i<temp.length;++i)
  if(temp.options[i].selected == true)
		top.location.href=temp.options[i].value;
}
function openImp(temp) {
	f1=window.open(temp,"popimprint","width=340,height=350,status=no,location=no,toolbar=no,scrollbars=false,resizable=no,left=100,top=100");
	f1.focus();
}
function openJobs(temp) {
	f1=window.open(temp,"popjobs","width=340,height=350,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,left=100,top=100");
	f1.focus();
}
function openService(temp) {
	f1=window.open(temp,"popservice","width=340,height=350,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,left=100,top=100");
	f1.focus();
}
function openVideo(temp) {
	f1=window.open("/_video.php?mov="+temp,"popvideo","width=380,height=316,status=no,location=no,toolbar=no,scrollbars=no,resizable=no,left=100,top=100");
	f1.focus();
}
function parenter(url) {
	f1=parent.opener.location.href=url;
	//f1.focus();
}
