function apri(l){
	window.open(l,'neww','left=0,top=0,menubar=no,location=yes,titlebar=no,directories=no,resizable=yes,scrollbars=no,status=no, width='+screen.width+', height='+screen.height)
}