function flashwin(the_url) {
window.open(the_url,'flashwin','toolbar=no,status=no,scrolling=no,scrollbars=no,location=no,menubar=no,directories=no,width=470,height=410,left=20,top=20,screenX=20,screenY=20') ;
}

function screenwin(the_url) {
window.open(the_url,'screenwin','toolbar=no,status=no,scrolling=no,scrollbars=no,location=no,menubar=no,directories=no,width=520,height=430,left=10,top=10,screenX=10,screenY=10') ;
}

function popupCase(the_url) { // Case history popups
window.open(the_url,'helpWin','toolbar=no,status=no,scrolling=no,scrollbars=no,location=no,menubar=no,directories=no,width=470,height=290,left=40,top=40,screenX=40,screenY=40')
} 

function refwin(the_url) {
window.open(the_url,'refwin','toolbar=no,status=no,scrolling=no,scrollbars=no,location=no,menubar=no,directories=no,width=250,height=290,left=600,top=10,screenX=600,screenY=10') ;
}

function otherwin(the_url,window_name,the_width,the_height) {
window.open(the_url,window_name,'toolbar=no,status=no,scrolling=no,scrollbars=no,location=no,menubar=no,directories=no,width=' + the_width + ',height=' + the_height + ',left=10,top=10,screenX=10,screenY=10') ;
}
