// email globals var dhdurso_a = "dh.durso2"; // business email var dandurso_a = "dan.durso1"; // personal var webmaster_a = "web.master4"; // add link, notify, webmaster var info_a = "info.7j"; // general inquiries; forwards to info-requests var orders_a = "orders.7"; // order processing email alias function popPrivacy(wintype) { SmallWin=window.open(wintype,"SmallWin","toolbar=no,height=320,width=360"); SmallWin.window.focus(); } function popOffice(wintype) { SmallWin=window.open(wintype,"SmallWin","toolbar=no,height=635,width=530"); SmallWin.window.focus(); } function popDirections(wintype) { SmallWin=window.open(wintype,"SmallWin","toolbar=no,scrollbars=yes,height=600,width=540"); SmallWin.window.focus(); } function popSmallWindow(wintype) { SmallWin=window.open(wintype,"SmallWin","toolbar=no,height=390,width=450"); SmallWin.window.focus(); } function popShowMe(wintype) { SmallWin=window.open(wintype,"SmallWin","toolbar=no,height=460,width=540"); SmallWin.window.focus(); } function popAddLink(wintype) { SmallWin=window.open(wintype,"SmallWin","toolbar=yes,scrollbars=yes,height=425,width=550"); SmallWin.window.focus(); }