﻿function launchPress(url){
        
		    var left = 10;
		    var top=10;
		    var width=700;
		    var height=800;		    
		    var popUpWin;	    
		    
		    if(popUpWin){
			    if(!popUpWin.closed) popUpWin.close();
		    }
		    popUpWin = open(url, 'Press', 'location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no,width='+width+',height='+height+',scrollbar=yes');
        }
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
