// JavaScript Document
function openwindow(mywindow)
{ 
	window.open(mywindow,"New","status=no,toolbar=no,scrollbars=yes,left=50,top=50,width=900,height=600");
}