function popitup(url) {
	newwindow=window.open(url,'name','height=670,width=810');
	if (window.focus) {newwindow.focus()}
	return false;
}


function playout1()
{ window.open
( "howtogetthere.html", "playout1", "width=830, height=670, menubar=0, resizable=0, scrollbars=yes, toolbar=0")}

