
function popUp(url, title, width, height, status) {
//document.writeln("TEST");
//document.writeln("url is " + url);

newwindow=window.open(url,'name','height=600,width=600 left=0 top=0 scrollbars=yes');




}
