function openwindow(url,windowname,width,height){newwindow=window.open(url,windowname,"width="+width+",height="+height+",left=150,top=100,scrollbars=yes");if(newwindow.opener==null)newwindow.opener=self;newwindow.focus();};function refresh_parent_window(url){if(url){opener.document.location=url;}else{opener.document.location.reload();};};function change_parent_and_close(url){opener.document.location=url;window.close();};function confirm_link(url,popup_question){if(!popup_question){popup_question='Are you sure?';};if(confirm(popup_question)){window.location=url;};};
/*** Powered by phpJSO -- http://www.comrax.com/phpJSO ***/
/*** Copyright © 2006 WinterNet Studio, Allan Jensen (www.winternet.no). All rights reserved. (Except on code not produced by WinterNet Studio) ***/