/* winop.js */
function new_win(url,name,options){var new_window=window.open(url,name,options)}function MM_openBrWindow(theURL,winName,features){window.open(theURL,winName,features)}

/* bookmark.js */
var bookmarkurl=this.location;var bookmarktitle=document.title;function addbookmark(){if(navigator.appName=='Netscape')alert("Close this popup, and then Hit CTRL+D to bookmark this site.");else window.external.AddFavorite(bookmarkurl,bookmarktitle)}
