function printText(){ 
new_window = window.open 
('print.asp','mywindow','width=700,resizable=yes,left=0,top=100,screenX=0,screenY=100,scrollbars=yes'); 

} 