// JavaScript Document

//	---------
// LOAD SITE
// ---------
// this function loads the popup and then the website
//


	function loadAdhoc(){
  
		  window.open('index_em.html', '', 'width=320, height=670, menubar=no, status=no');
			
		  //window.location = 'index_site.html';
	
	}

