function openURLWithMaxWindow (target_url){	window.open (target_url,"_blank","directories=no,location=no,menubar=no,resizable=no,status=no,toolbar=no,titlebar=no,screenX=0,screenY=0,width=" + screen.width + ",height=" + screen.height);}