//=================================
//  WINDOW LOAD
//=================================

function windowDidLoad() { 

	//  EXTERNAL LINKS
	//=================================

	 if (!document.getElementsByTagName) return; 
	 var anchors = document.getElementsByTagName("a"); 
	 for (var i=0; i<anchors.length; i++) { 
 	 var anchor = anchors[i]; 
 	 if (anchor.getAttribute("href") && 
     	  anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 

	
window.onload = windowDidLoad;


function cover_cell() { 
	window.open('targetscanner/cover_cell.html', 'open_window', 'menubar=yes, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, width=590, height=460, left=50, top=50'); 
} 
