// JavaScript Document

function MM_openBrWindow() {
  var Wplus = 1;
  var Bwidth = screen.width;
  var Bheight = screen.height;
  if ( Bwidth > 1024 && Bheight > 768 ) {
  var Wwidth = 950;
  var Wheight = 715;
  openUrl = "swf/main.html";
  } else {
  var Wwidth = 855;
  var Wheight = 644;
  openUrl = "swf/main_s.html";
  };
  if(navigator.userAgent.indexOf("Safari") > -1) {
  Wwidth = Wwidth + Wplus;
  Wheight = Wheight + Wplus;
  } else {};
  whset = "width=" + Wwidth + "," + "height=" + Wheight;
  window.open(openUrl,"main",whset);
}


