function newWinPercent(id)
	{
	    var win = window.open(id , 'newWinPercent' , 'width='+ (screen.width*0.70) +', height='+ (screen.height*0.80) +', screenX=0, screenY=0, top=0, left=0, scrollbars=yes, toolbar=yes, location=yes, menubar=yes, resizable=yes'); 
	    win.focus();
	}
