// JavaScript Document
function popUp(url,name,width,height,scroll) {
window.open(url,name,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scroll+",resizable=0,width="+width+",height="+height);
}