
        function shockscreen() {
                       self.name = "main";
 window.open("","shockscreen","width=580,height=300,resizable=yes,status=no,scrollbars=yes")
                }

        function shockscreen2() {
                       self.name = "main";
 window.open("","shockscreen2","width=800,height=600,resizable=yes,status=no,scrollbars=yes")
                }






function load(form) {

   var url = form.list.options[form.list.selectedIndex].value;

   if (url != "") window.location.href = url;

   return false;

 }


function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}








