function openWindow(url) { 
 window.open(url, "help", "width=820,height=600,left=10,top=10,resizable=yes,scrollbars=yes"); 
}
