var newwindow;

function poptastic(url)

{

	newwindow=window.open(url,'Weather','height=130,width=200,status=yes');
	if (window.focus) 
	
	{
	
		newwindow.focus()
		
	}
	
}


function hours(url)

{

	newwindow=window.open(url,'Hours','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=700,left = 240,top = 200');
	if (window.focus) 
	
	{
	
		newwindow.focus()
		
	}
	
}
function MACdirections(url)

{

	newwindow=window.open(url,'Directions','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=240,left = 240,top = 200');
	if (window.focus) 
	
	{
	
		newwindow.focus()
		
	}
	
}

function savannah(url)

{

	newwindow=window.open(url,'Savannah','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=610,height=310,left = 240,top = 200');
	if (window.focus) 
	
	{
	
		newwindow.focus()
		
	}
	
}





var image
var cond1,cond2
function iwin(image,tytle,width,height) {
        if (width==0) cond1=" "
                else cond1="width="+(width+20)+"";
        if (height==0) {cond2=" "}
                else {cond2="height="+(height+88)+""};

       var s1 ="<TITLE>tytle</TITLE>" 
       var s15=""
       var s2 ="<CENTER><IMG SRC='"+image+"' BORDER=0>"
       var s3 ="<p><FORM><INPUT TYPE='BUTTON' VALUE='Close'"+
                " onClick='self.close()'>"
       var s4 ="</FORM></CENTER></BODY>"

        ImageWindow=window.open("", "newwin",
        "toolbar=no,resizable=no,scrollbars=yes,menubar=no,"+cond1+","+cond2);
        ImageWindow.document.write(s1+s15+s2+s3+s4)
        ImageWindow.document.close()
}
