/*
	Global js file for louisjsolomon.com
	Nick Gundry,
*/ 

// ------------------------------------------------------------------------
// function to suppress javascript errors, (Nobody's perfect ;) )
function noErrorMessages () { return true; }
//window.onerror = noErrorMessages;


 // pull in all the external files we need
document.write("<script type=\"text/javascript\" src=\"/lib/dropmenu.js\"></"+"script>");
document.write("<script type=\"text/javascript\" src=\"/lib/rollover.js\"></"+"script>");
document.write("<script type=\"text/javascript\" src=\"/lib/validate.js\"></"+"script>");


// generic popup function
function openWin(url,width,height) {
	remote = window.open(url,"popup",'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,top=0,left=0,width='+width+',height='+height+'');
	remote.focus();
}

