// JavaScript Document


function winopen(){
  var wleft = (screen.width)-520;
  var wtop  = 0;
  if(wleft < 0){ wleft = 0; }
  if(wtop < 0){ wtop  = 0; }
  var opt = "left="+wleft+",top="+wtop+",width=520,height=520,scrollbars=yes,resizable=yes,status=yes";
  window.open("http://www.shinsei-printing.co.jp/information/map_1.html","guide",opt);
}
function winopen2(){
  var wleft = (screen.width)-520;
  var wtop  = 0;
  if(wleft < 0){ wleft = 0; }
  if(wtop < 0){ wtop  = 0; }
  var opt = "left="+wleft+",top="+wtop+",width=520,height=520,scrollbars=yes,resizable=yes,status=yes";
  window.open("http://www.shinsei-printing.co.jp/information/map_2.html","guide",opt);
}
function winopen3(){
  var wleft = (screen.width)-520;
  var wtop  = 0;
  if(wleft < 0){ wleft = 0; }
  if(wtop < 0){ wtop  = 0; }
  var opt = "left="+wleft+",top="+wtop+",width=520,height=520,scrollbars=yes,resizable=yes,status=yes";
  window.open("http://www.shinsei-printing.co.jp/information/map_kanda.html","guide",opt);
}
