
function openWindow (url) { window.open(url,'request_window','toolbar=no,status=no,menubar=no,location=no,alwaysRaised=yes,scrollbars=no,width=300,height=200,resizable=yes,left=100,top=100,screenx=100,screeny=100');
}