


var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}

if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) < 4 )) {
   document.write("<LINK REL=stylesheet HREF=\"sfdcss/global.css\" TYPE=\"text/css\">"); }
else if ((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appName == "Netscape")){
   document.write("<LINK REL=stylesheet HREF=\"sfdcss/globalNS4M.css\" TYPE=\"text/css\">"); }
else {
   document.write("<LINK REL=stylesheet HREF=\"sfdcss/global.css\" TYPE=\"text/css\">"); }
   
   
   
function drawNotice(){

document.write("<font size='1'>&nbsp;Questions, problems regarding this web site? <br>Please contact the <br><A class='leftnav' href='mailto:paul@auburn-ca.com'>Web Architect</a></font></center>");
}
// pop up window script   
//var agt=navigator.userAgent.toLowerCase(); 
//var is_aol = (agt.indexOf("aol") != -1);
//var popUpSizeX=210;
//var popUpSizeY=250;

//if(navigator.appName.indexOf("WebTV")==-1)
//{
	//myWin = open('','winin','fullscreen=no,BORDER=yes,toolbar=no,SHOWINTASKBAR=no,CAPTION=yes,SYSMENU=no,location=no,menubar=no,scrollbars=no,status=yes,resizable=no,width=210,height=250');
	//if (!is_aol) { self.blur(); }
	//myWin.resizeTo(popUpSizeX,popUpSizeY);
	//myWin.location = 'popup.html';
	//var shut=true;
//}