function MM_openBrWindow(theURL,winName,features) { //v2.0
 
  window.open(theURL,winName,features);
 
}

 function show_popup(obj, status){
		if(obj = obj.getElementsByTagName('div')[0]){
			obj.style.display = status? "" : "none";
		}
	} 