
function newwindow(pageurl) 
{ 
window.open(pageurl,'filedetail','width=400,height=500,menubar=yes,scrollbars=yes,resizable=yes'); 
} 
