
function NewWindow(mypage,myname,w,h,scroll){var winl=(screen.width-w)/2;var wint=(screen.height-h)/2;winprops='height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll
+', noresize'
win=window.open(mypage,myname,winprops)
if(parseInt(navigator.appVersion)>=4){win.window.focus();}}
function bookmark(url,title){if(window.sidebar){window.sidebar.addPanel(title,url,"");}else if(document.all){window.external.AddFavorite(url,title);}else if(window.opera&&window.print){return true;}else if(document.layers){window.alert('Please click OK and then press Ctrl+D to create a bookmark or \n click Bookmarks | Add Bookmark');}else{window.alert('Please use your browser\'s bookmarking facility to create a bookmark');}}
