<!--
function openWindow(fileName) {
var n=open(fileName,'destination','width=600,height=500,top=10,left=10,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}
//-->