function openwindow(mywindow) {
window.open(mywindow,"New","status=no,resizable=yes,toolbar=no,scrollbars=yes,left=0,top=0,width=770,height=600");	//width=760,height=670");
}