/*----- for CARL MENUBAR -----*/


function moveLAYER(layName,x,y){

if(document.getElementById){
document.getElementById(layName).style.left=x
document.getElementById(layName).style.top=y
}
else if(document.all){
document.all(layName).style.pixelLeft=x
document.all(layName).style.pixelTop=y
}
else if(document.layers)document.layers[layName].moveTo(x,y)

  }



function showLAYER(layName) {

if (document.getElementById) {
document.getElementById(layName).style.visibility = 'visible'

}else if (document.all) {
document.all(layName).style.visibility = 'visible'

}else if (document.layers) {
document.layers[layName].visibility = 'show'
}

}

function hideLAYER(layName) {

if (document.getElementById) {
document.getElementById(layName).style.visibility = 'hidden'

}else if (document.all) {
document.all(layName).style.visibility = 'hidden'

}else if (document.layers) {
document.layers[layName].visibility = 'hide'
}

}


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/*----- for CARL MINIWINDOWOPEN -----*/
function subwin(url) {

sbwin= window.open(url,"sbwin","width=516,height=500,location=0,scrollbars=1,resizable=0,menubar=0,status=0");
}

function subwin2(url) {

sbwin2= window.open(url,"sbwin2","status=yes, toolbar=yes,directories=yes, location=yes, menubar=yes, scrollbars=yes, resizable=yes");
}


function on() {
	window.focus();
}

document.open();

/*----- for CARL LAYER -----*/
document.write('<div id="Layer1" style="position:absolute; left:150px; top:117px; width:100px; height:150px; z-index:1; visibility: hidden"><table width="100" border="0" cellspacing="0" cellpadding="0" bgcolor="#B5C8DD" onMouseOver="javascript:showLAYER(\'Layer1\');" onMouseOut="javascript:hideLAYER(\'Layer1\');"><tr><td><table width="100" border="0" cellspacing="1" cellpadding="1"><tr bgcolor="#C7D9EB"><td><img src="img/pull_down/top.gif" width="88" height="5"></td></tr><tr bgcolor="#E2E9F1"><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/LP20.html\')";><font size="1">アリシス</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/DC-90N.html\')";><font size="1">ディスクカッター</font></td></tr></tr><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/DC-300N.html\')";><font size="1">ディスクカッター</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/HD.html\')";><font size="1">強力パンチシリーズ</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/SD.html\')";><font size="1">1穴／2穴パンチ</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/LR-3012.html\')";><font size="1">ルーズリング</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/DP-S75.html\')";><font size="1">Decorer</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/DECADE_gif.html\')";><font size="1">DECADE</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/SFB-D10.html\')";><font size="1">セーフティーボックス</font></td></tr></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'new_item/CM26.html\')";><font size="1">プロスカット CM26+</font></td></tr></tr></table></td></tr></table></div>');




document.write('<div id="Layer2" style="position:absolute; left:0px; top:0px; width:5px; height:5px; z-index:1; visibility: hidden"></div>');



document.write('<div id="Layer3" style="position:absolute; left:150px; top:165px; width:150px; height:100px; z-index:1; visibility: hidden"><table width="100" border="0" cellspacing="0" cellpadding="0" bgcolor="#B5C8DD"onMouseOver="javascript:showLAYER(\'Layer3\');" onMouseOut="javascript:hideLAYER(\'Layer3\');"><tr><td><table width="100" border="0" cellspacing="1" cellpadding="2"><tr bgcolor="#C7D9EB"><td><img src="img/pull_down/top.gif" width="88" height="5"></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/products/list.php?category_id=201000000\'";><font size="1">パンチ対応消耗品</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/products/list.php?category_id=202000000\'"; nowrap><font size="1">ディスクカッター対応消耗品</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/products/list.php?category_id=203000000\'"; nowrap><font size="1">トジックル対応消耗品</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/products/list.php?category_id=204000000\'"; nowrap><font size="1">製本/見出し用品</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/products/list.php?category_id=205000000\'"; nowrap><font size="1">Qfit</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/products/list.php?category_id=206000000\'"; nowrap><font size="1">その他消耗品</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'http://carl-shop.jp/\'";><font size="1">購入方法</font></td></tr></table></td></tr></table></div>');



document.write('<div id="Layer4" style="position:absolute; left:150px; top:213px; width:100px; height:100px; z-index:1; visibility: hidden"><table width="100" border="0" cellspacing="0" cellpadding="0" bgcolor="#B5C8DD"onMouseOver="javascript:showLAYER(\'Layer4\');" onMouseOut="javascript:hideLAYER(\'Layer4\');"><tr><td><table width="100" border="0" cellspacing="1" cellpadding="2"><tr bgcolor="#C7D9EB"><td><img src="img/pull_down/top.gif" width="88" height="5"></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'profile.html\'";><font size="1">会社概要</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'history.html\'";><font size="1">沿革</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'network.html\'";><font size="1">カールグループ</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'map.html\')";><font size="1">MAP</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'recruit.html\'"; nowrap><font size="1">採用情報</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'privacy.html\'"; nowrap><font size="1">個人情報保護への取組み</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="location.href=\'iso.html\'";><font size="1"> ISO 14001認証取得</font></td></tr></table></td></tr></table></div>');



document.write('<div id="Layer5" style="position:absolute; left:150px; top:309px; width:100px; height:150px; z-index:1; visibility: hidden"><table width="100" border="0" cellspacing="0" cellpadding="0" bgcolor="#B5C8DD"onMouseOver="javascript:showLAYER(\'Layer5\');" onMouseOut="javascript:hideLAYER(\'Layer5\');"><tr><td><table width="100" border="0" cellspacing="1" cellpadding="2"><tr bgcolor="#C7D9EB"><td><img src="img/pull_down/top.gif" width="88" height="5"></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'decade/html_beta/index.html\')";><font size="1">DECADE-ディケイド</font></td></tr><tr bgcolor="#E2E9F1"><td onMouseOver="bgColor=\'#8CD2E0\'" onMouseOut="bgColor=\'#E2E9F1\'" onClick="javascript:subwin2(\'bungu/html_beta/index.html\')";><font size="1">Bungu Ryodo-文具良道</font></td></tr></table></td></tr></table></div>');

document.close() 