defaultStatus ="©2007 The Dudley Hotel - www.dudley-hotel.com";
var newwindow;
var theTop=(screen.height/4);
var theLeft=(screen.width/4);

function poptastic( url, h, w )
{
	newwindow=window.open(url,'name','height='+ h +',' + 'width='+w+',top=' +theTop+',left='+theLeft );
	if (window.focus) {newwindow.focus()}
}
