// JavaScript Document
function openit(url){
window.open(url,'','scrollbars=yes,resizable=yes');
}