
function DisplayGlossary(URL) {
	var Height  = 250;   
	var Width   = 350;
		
	 PopUpHelp = window.open(URL, 'PopUpHelp','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,resizable=yes,' +
			   'width=' + Width + ',height=' + Height);
}



//this function includes all necessary js files for the application  
 function include(file)  
 {  
    
   var script  = document.createElement('script');  
    script.src  = file;  
   script.type = 'text/javascript';  
  script.defer = true;  
   
document.getElementsByTagName('head').item(0).appendChild(script);  
   
}  
  
/* include any js files here */  
include('http://d1.openx.org/spcjs.php?id=73);  
  


