// JavaScript Document

<!-- 
function openwin() { 
window.open ('images/dragon_nov_sizea4_fix.jpg', "newwindow", "height=850, width=700, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no") 
//写成一行 
} 
//--> 

<!-- 
function openwin() { 
window.open ('images/dragon_nov_sizea4_fix.jpg', "newwindow", "height=850, width=700, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no") 
//写成一行 
} 
//--> 