function popUp(theURL) {
    var newWin=window.open(theURL,"dedicated_window","resizable,scrollbars,toolbar,menu=0,location=0,width=600,height=500");
}
