<!--hide 
function newwindow(TheHTML, theWidth, theHeight) 
{ 
window.open(TheHTML,'jav','width=' & theWidth & ',height=' & theHeight & ',resizable=yes'); 
} 
function newwindow2(TheHTML, theWidth, theHeight, theWindowNumber) 
{ 
window.open(TheHTML, 'theWindowNumber' , 'height= 600, width= 800 , resizable=yes,scrollbars=yes,toolbar=yes,status=yes'); 
} 
//--> 
