function Popup(filename){
   popup=window.open(filename ,"Info","left=10,top=10,width=600,height=520,scrollbars=yes,toolbar=no,location=no,menubar=yes,resizable=yes");
   popup.focus();
}

function PrintVersion(linkobj){
	filename = linkobj.href;
	Popup (filename);
	return false;
	linkobj.blur();
}

function Popup_Video(linkobj){
   filename = linkobj.href;	
   popup=window.open(filename ,"Info","left=10,top=10,width=600,height=540,scrollbars=yes,toolbar=no,location=no,menubar=yes,resizable=yes");
   popup.focus();
   return false;
}

function Popup_Video2(linkobj) {
   filename = linkobj.href;	
   popup=window.open(filename ,"Info","left=10,top=10,width=800,height=600,scrollbars=yes,toolbar=no,location=no,menubar=yes,resizable=yes");
   popup.focus();
   return false;
}
