﻿/*<!--
Copyright(c)2005 Micro Service Center Co.,Ltd.All rights reserved.
// -->*/
  function windowopen(url)
  {
	if(navigator.appVersion.indexOf("MSIE 5") !=-1 || navigator.appVersion.indexOf("MSIE 6") !=-1||navigator.appVersion.indexOf("Netscape "))
	{
	  win=this.window.open(url,"host","scrollbars=1,resizable=1,top=10,left=10,fullscreen=yes");
	 }
  	else 
  	{
	document.write("お使いのブラウザーは現バージョンでは対応しておりません。");
	document.write("<BR>MS IE5〜ＩＥ7/NN6,NN7での閲覧をお願いします。");
	document.write("<BR>ご了承ください。");
	document.write("<BR>ご利用のブラウザ:",navigator.userAgent);}
  }
  