
	function popWin(page,w,h) 
	{	
		window.open('exhibitFrame.asp?page=' + page,'exhbitWin','width=' + w + ',height=' + h + ',innerWidth=' + w + ',innerHeight='+ h + ',resizable');	
	}
	
	function popWinPrint(page,w,h) 
	{	
		window.open('exhibitFramePrint.asp?page=' + page,'exhbitWin','width=' + w + ',height=' + h + ',innerWidth=' + w + ',innerHeight='+ h + ',resizable');	
	}