function newURL(pageURL) {

	window.open(pageURL);

}


function showPopup(url) { 
newwindow=window.open(url,'name','height=150,width=300,top=200,left=300,resizable'); 
if (window.focus) {newwindow.focus()} 
} 


function emailList() {

	document.write("<form name='ccoptin' action='http://visitor.constantcontact.com/d.jsp' target='_blank' method='post' style='margin-bottom: 2px;'><input name='m' value='1102316596676' type='hidden'><input name='p' value='oi' type='hidden'><font style='font-weight: normal; font-family: Arial; font-size: 12px; color: rgb(0, 0, 0);'>Email:</font> <input name='ea' size='20' value='' style='border: 1px solid rgb(153, 153, 153); font-size: 10pt;' type='text'><input name='go' value='Go' class='submit' style='font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 10pt;' type='submit'></form>");
}

function showEmail(urname, ursite, urserver) { 	
	name = urname;
	site = ursite;
	server = urserver;
	document.write('<a href="mailto:' + name + '@' + site + '.' + server + '">' + name + '@' + site + '.' + server + '</a>');
}

function insertGoogleMap() {

	document.write('<iframe marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=216+greenfield+avenue,+san+anselmo&amp;sll=37.38849,-122.074122&amp;sspn=0.046509,0.085487&amp;ie=UTF8&amp;s=AARTsJpe8rcR38-fmmTHSxvW1IsXuo76jQ&amp;ll=37.979995,-122.55043&amp;spn=0.020296,0.025749&amp;z=14&amp;output=embed" scrolling="no" width="300" frameborder="0" height="300"></iframe><br /><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=216+greenfield+avenue,+san+anselmo&amp;sll=37.38849,-122.074122&amp;sspn=0.046509,0.085487&amp;ie=UTF8&amp;ll=37.979995,-122.55043&amp;spn=0.020296,0.025749&amp;z=14&amp;source=embed" style="color: rgb(0, 0, 255); text-align: left;">View Larger Map</a>');

}

function insertPWPGoogleMap() {

	document.write('<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=5737+Valley+Ave+%23+B,+Pleasanton,+CA%E2%80%8E&amp;sll=37.676635,-121.876871&amp;sspn=0.082334,0.181789&amp;ie=UTF8&amp;hq=&amp;hnear=5737+Valley+Ave,+Pleasanton,+Alameda,+California+94566&amp;ll=37.676722,-121.896014&amp;spn=0.005095,0.006437&amp;z=16&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=5737+Valley+Ave+%23+B,+Pleasanton,+CA%E2%80%8E&amp;sll=37.676635,-121.876871&amp;sspn=0.082334,0.181789&amp;ie=UTF8&amp;hq=&amp;hnear=5737+Valley+Ave,+Pleasanton,+Alameda,+California+94566&amp;ll=37.676722,-121.896014&amp;spn=0.005095,0.006437&amp;z=16&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>');

}
