<!-- 
function displayWindow(url, width, height, left, top) { 
var Win = window.open(url,"displayWindow",'width=' + width + ',height='+ height + ',left=' + left + ',top=' + top + ', resizable = 0,scrollbars = no,menubar= no' ); 
} 
//-->