
<!--The function open_win........ loads the venue info in a new page, downsized and with no toolbar, when the user clicks on the link-->	
function open_win(url_add)
   {
   window.open(url_add,'Venues','width=670,height=490,menubar=no,status=no,location=no,toolbar=no,scrollbars=yes');
   }

<!--The function open_win........ loads the venue info in a new page, full size and toolbar, when the user clicks on the link-->	
function open_website(url_add)
	{
   window.open(url_add,'websites','width=800,height=600,menubar=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes');
   }

  

	
	
	
	


	
	
	
	

	
