function openWindow(url){
    window.open(url,'_blank','width=800,height=600,top=100,left=100,resizable=yes,toolbar=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,titlebar=yes');
}