/* external script for popups */

function errorSafe() {return true;}
window.onerror = errorSafe;

function newWin(url,name,rs,sc,mn,tl,lo,wd,hi) {
openWindow = window.open(url,name,'resizable='+rs+',scrollbars='+sc+',menubar='+mn+',toolbar='+tl+',location='+lo+',width='+wd+',height='+hi);}
name.window="menu"
function open_window(url) {
email = window.open(url,"eMail","toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=640,height=340");
}

function popupPage() {

var page = "http://www.brucedunnweb.com/rates.html";

windowprops = "height=460,width=540,location=no,"

+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";

window.open(page, "Popup", windowprops);

}