// JavaScript Document
<!--
function openWindow(windowname) {
    var newWindow = window.open(windowname,"pop","scrollbars=yes,status=yes,menubar=no,toolbar=no,resizeable=no,HEIGHT=600,WIDTH=550");
}
// -->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->