function JumpMenu(targ,selObj,restore) {	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");	if (restore) selObj.selectedIndex=0;}function popup(url,name,width,height,resize,scroll) {	popupWin = window.open(url, name,'width='+width+',height='+height+',resizable='+resize+',scrollbars='+scroll+',location=0,menubar=0,status=0,toolbar=0');}function embed(tag) {	document.write(tag);}
