function enlarge(url) {

newwindow = window.open(url, "imageWindow", "width=400, height=300, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");

if (window.focus) {newwindow.focus(); }

return false;

}

function openWindow(windowname) {

    var newWindow = window.open(windowname,"pop","scrollbars=yes,status=no,menubar=no,toolbar=no,resizeable=no,HEIGHT=540,WIDTH=610");

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}