
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function ITP_showSelect() {
	if ( navigator.platform.indexOf("Win") != -1 && navigator.userAgent.indexOf("MSIE") != -1 ) {
//		document.mcategory.mcategory_menu.style.visibility = 'visible';
	}
}
function ITP_hideSelect() {
	if ( navigator.platform.indexOf("Win") != -1 && navigator.userAgent.indexOf("MSIE") != -1 ) {
//		document.mcategory.mcategory_menu.style.visibility = 'hidden';
	}
}

function showHelp()
{
var helpWin = window.open("http://d-pam.com/bt/help1.htm", "help1", "width=340, height=434, left=5, top=72");
//	if (helpWin != null)	helpWin.focus();
}

//デジタルカタログJS　新規追加分(2006/05/26)ここから//

function OpenWin( sTRURL ){
    var screen_width = screen.availWidth - 10;
    var screen_height = screen.availHeight - 30;
    sTRFeatures = "screenX=0,screenY=0,width=" + screen_width + ",height=" + screen_height +",";
    sTRFeatures += "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes";

    windowname=window.open( sTRURL, "", sTRFeatures );
    windowname.focus();
}

//デジタルカタログJS　新規追加分(2006/05/26)ここまで//
function FullScreen () { 
OpenEBook.winLimitWidth = 1023;

OpenEBook.winLimitHeight = 703; 

OpenEBook.winStyle = 4; 

OpenEBook.OpenBook(arguments[0], arguments[1]);
}
