<!--

        function newWindow(pagename,width,height,code) {

                var h=parseInt(height)
                var w=parseInt(width)
                var hw="HEIGHT="+h+",WIDTH="+w
				var co=code
        openWind=window.open("","",hw)
        openWind.document.write('<title>Quality Inn : Area Information</title><body bgcolor="#ffffff" text="#ffffe0" LINK="#3165ce" ALINK="#FF0000" VLINK="#FF9ACE">')
        openWind.document.write('<center><img src="'+pagename+'" border=0></center><BR clear=all>')
openWind.document.write('<center><font color="#00000" face="Verdana" size="2"><b>Location Name: &nbsp;<font color="#990033">'+co+'</font></font></center><BR clear=all>')
                openWind.document.write('</body>')
}
// -->