	<!--
	//for the firefighters womens' and childrens fund
	function openWin2()
	{
	   thor = window.open('/firefighters1.jsp?cid=52440','thor','top=200,left=220,width=500,height=275,resizable=1');
	}

	function openWinCondo(fileName)
	{
		thor = window.open(fileName,'thor','top=200,left=220,width=300,height=450,resizable=1');
	}

	function openCondoWindow(file,input) {
 				 if(file == 'http://www.travelnow.com/popups/hotels/condo.jsp')
                {
                    window.open(file, input,'width=300,height=540,resizable=1');
                }

	}

	function openWindow(fileName)
	{
	   thor = window.open(fileName,'thor','top=200,left=220,width=275,height=450,resizable=1,scrollbars=yes');
	}
	function opentnpr(file,input) {
                if(file == 'http://www.travelnow.com/popups/hotels/sir.jsp')
                {
                    window.open(file, input,'width=300,height=430,resizable=1');
                }
                else if(file == 'http://www.travelnow.com/popups/hotels/condo.jsp')
                {
                    window.open(file, input,'width=300,height=540,resizable=1');
                }
                else
                {
                    window.open(file, input,'width=300,height=450,resizable=1');
                }
	}
	//-->