function addOnloadEvent(c){if(typeof window.addEventListener!="undefined"){window.addEventListener("load",c,false)}else{if(typeof window.attachEvent!="undefined"){window.attachEvent("onload",c)}else{if(window.onload!=null){var d=window.onload;window.onload=function(a){d(a);window[c]()}}else{window.onload=c}}}}var includeCaption=true;var zoomTime=5;var zoomSteps=15;var includeFade=1;var minBorder=-500;var shadowSettings="0px 5px 25px rgba(0,0,0,";var zoomImagesURI="/blogparts/";var myWidth=0,myHeight=0,myScroll=0;myScrollWidth=0;myScrollHeight=0;var zoomOpen=false,preloadFrame=1,preloadActive=false,preloadTime=0,imgPreload=new Image();var preloadAnimTimer=0;var zoomActive=new Array();var zoomTimer=new Array();var zoomOrigW=new Array();var zoomOrigH=new Array();var zoomOrigX=new Array();var zoomOrigY=new Array();var zoomID="ZoomBox";var theID="ZoomImage";var zoomCaption="ZoomCaption";var zoomCaptionDiv="ZoomCapDiv";if(navigator.userAgent.indexOf("MSIE")!=-1){var browserIsIE=true}function setupZoom(){prepZooms();insertZoomHTML();zoomdiv=document.getElementById(zoomID);zoomimg=document.getElementById(theID)}function prepZooms(){if(!document.getElementsByTagName){return}var b=document.getElementsByTagName("a");for(i=0;i<b.length;i++){if(b[i].getAttribute("href")){if(b[i].getAttribute("href").search(/(.*)\.(jpg|jpeg|gif|png|bmp|tif|tiff)/gi)!=-1){if(b[i].getAttribute("rel")!="lightbox"){b[i].onclick=function(a){return zoomClick(this,a)};b[i].onmouseover=function(){zoomPreload(this)}}}}}}function zoomPreload(c){var d=c.getAttribute("href");if(imgPreload.src.indexOf(c.getAttribute("href").substr(c.getAttribute("href").lastIndexOf("/")))==-1){preloadActive=true;imgPreload=new Image();imgPreload.onload=function(){preloadActive=false};imgPreload.src=d}}function preloadAnimStart(){preloadTime=new Date();document.getElementById("ZoomSpin").style.left=(myWidth/2)+"px";document.getElementById("ZoomSpin").style.top=((myHeight/2)+myScroll)+"px";document.getElementById("ZoomSpin").style.visibility="visible";preloadFrame=1}function preloadAnim(b){if(preloadActive!=false){preloadFrame++;if(preloadFrame>12){preloadFrame=1}}else{document.getElementById("ZoomSpin").style.visibility="hidden";clearInterval(preloadAnimTimer);preloadAnimTimer=0;zoomIn(preloadFrom)}}function zoomClick(f,d){var e=getShift(d);if(!d&&window.event&&(window.event.metaKey||window.event.altKey)){return true}else{if(d&&(d.metaKey||d.altKey)){return true}}getSize();if(preloadActive==true){if(preloadAnimTimer==0){preloadFrom=f;preloadAnimStart()}}else{zoomIn(f,e)}return false}function zoomIn(c,d){zoomimg.src=c.getAttribute("href");if(c.childNodes[0].width){startW=c.childNodes[0].width;startH=c.childNodes[0].height;startPos=findElementPos(c.childNodes[0])}else{startW=50;startH=12;startPos=findElementPos(c)}hostX=startPos[0];hostY=startPos[1];if(document.getElementById("scroller")){hostX=hostX-document.getElementById("scroller").scrollLeft}endW=imgPreload.width;endH=imgPreload.height;if(zoomActive[theID]!=true){if(document.getElementById("ShadowBox")){document.getElementById("ShadowBox").style.visibility="hidden"}else{if(!browserIsIE){if(fadeActive.ZoomImage){clearInterval(fadeTimer.ZoomImage);fadeActive.ZoomImage=false;fadeTimer.ZoomImage=false}document.getElementById("ZoomImage").style.webkitBoxShadow=shadowSettings+"0.0)"}}document.getElementById("ZoomClose").style.visibility="hidden";if(includeCaption){document.getElementById(zoomCaptionDiv).style.visibility="hidden";if(c.getAttribute("title")&&includeCaption){document.getElementById(zoomCaption).innerHTML=c.getAttribute("title")}else{document.getElementById(zoomCaption).innerHTML=""}}zoomOrigW[theID]=startW;zoomOrigH[theID]=startH;zoomOrigX[theID]=hostX;zoomOrigY[theID]=hostY;zoomimg.style.width=startW+"px";zoomimg.style.height=startH+"px";zoomdiv.style.left=hostX+"px";zoomdiv.style.top=hostY+"px";if(includeFade==1){setOpacity(0,zoomID)}zoomdiv.style.visibility="visible";sizeRatio=endW/endH;if(endW>myWidth-minBorder){endW=myWidth-minBorder;endH=endW/sizeRatio}if(endH>myHeight-minBorder){endH=myHeight-minBorder;endW=endH*sizeRatio}zoomChangeX=((myWidth/2)-(endW/2)-hostX);zoomChangeY=(((myHeight/2)-(endH/2)-hostY)+myScroll);zoomChangeW=(endW-startW);zoomChangeH=(endH-startH);if(d){tempSteps=zoomSteps*7}else{tempSteps=zoomSteps}zoomCurrent=0;if(includeFade==1){fadeCurrent=0;fadeAmount=(0-100)/tempSteps}else{fadeAmount=0}zoomTimer[theID]=setInterval("zoomElement('"+zoomID+"', '"+theID+"', "+zoomCurrent+", "+startW+", "+zoomChangeW+", "+startH+", "+zoomChangeH+", "+hostX+", "+zoomChangeX+", "+hostY+", "+zoomChangeY+", "+tempSteps+", "+includeFade+", "+fadeAmount+", 'zoomDoneIn(zoomID)')",zoomTime);zoomActive[theID]=true}}function zoomOut(c,d){if(getShift(d)){tempSteps=zoomSteps*7}else{tempSteps=zoomSteps}if(zoomActive[theID]!=true){if(document.getElementById("ShadowBox")){document.getElementById("ShadowBox").style.visibility="hidden"}else{if(!browserIsIE){if(fadeActive.ZoomImage){clearInterval(fadeTimer.ZoomImage);fadeActive.ZoomImage=false;fadeTimer.ZoomImage=false}document.getElementById("ZoomImage").style.webkitBoxShadow=shadowSettings+"0.0)"}}document.getElementById("ZoomClose").style.visibility="hidden";if(includeCaption&&document.getElementById(zoomCaption).innerHTML!=""){document.getElementById(zoomCaptionDiv).style.visibility="hidden"}startX=parseInt(zoomdiv.style.left);startY=parseInt(zoomdiv.style.top);startW=zoomimg.width;startH=zoomimg.height;zoomChangeX=zoomOrigX[theID]-startX;zoomChangeY=zoomOrigY[theID]-startY;zoomChangeW=zoomOrigW[theID]-startW;zoomChangeH=zoomOrigH[theID]-startH;zoomCurrent=0;if(includeFade==1){fadeCurrent=0;fadeAmount=(100-0)/tempSteps}else{fadeAmount=0}zoomTimer[theID]=setInterval("zoomElement('"+zoomID+"', '"+theID+"', "+zoomCurrent+", "+startW+", "+zoomChangeW+", "+startH+", "+zoomChangeH+", "+startX+", "+zoomChangeX+", "+startY+", "+zoomChangeY+", "+tempSteps+", "+includeFade+", "+fadeAmount+", 'zoomDone(zoomID, theID)')",zoomTime);zoomActive[theID]=true}}function zoomDoneIn(d,c){zoomOpen=true;d=document.getElementById(d);if(document.getElementById("ShadowBox")){setOpacity(0,"ShadowBox");shadowdiv=document.getElementById("ShadowBox");shadowLeft=parseInt(d.style.left)-13;shadowTop=parseInt(d.style.top)-8;shadowWidth=d.offsetWidth+26;shadowHeight=d.offsetHeight+26;shadowdiv.style.width=shadowWidth+"px";shadowdiv.style.height=shadowHeight+"px";shadowdiv.style.left=shadowLeft+"px";shadowdiv.style.top=shadowTop+"px";document.getElementById("ShadowBox").style.visibility="visible";fadeElementSetup("ShadowBox",0,100,5)}else{if(!browserIsIE){fadeElementSetup("ZoomImage",0,0.8,5,0,"shadow")}}if(includeCaption&&document.getElementById(zoomCaption).innerHTML!=""){zoomcapd=document.getElementById(zoomCaptionDiv);zoomcapd.style.top=parseInt(d.style.top)+(d.offsetHeight+15)+"px";zoomcapd.style.left=(myWidth/2)-(zoomcapd.offsetWidth/2)+"px";zoomcapd.style.visibility="visible"}if(!browserIsIE){setOpacity(0,"ZoomClose")}document.getElementById("ZoomClose").style.visibility="visible";if(!browserIsIE){fadeElementSetup("ZoomClose",0,100,5)}document.onkeypress=getKey}function zoomDone(d,c){zoomOpen=false;zoomOrigH[c]="";zoomOrigW[c]="";document.getElementById(d).style.visibility="hidden";zoomActive[c]==false;document.onkeypress=null}function zoomElement(zoomdiv,theID,zoomCurrent,zoomStartW,zoomChangeW,zoomStartH,zoomChangeH,zoomStartX,zoomChangeX,zoomStartY,zoomChangeY,zoomSteps,includeFade,fadeAmount,execWhenDone){if(zoomCurrent==(zoomSteps+1)){zoomActive[theID]=false;clearInterval(zoomTimer[theID]);if(execWhenDone!=""){eval(execWhenDone)}}else{if(includeFade==1){if(fadeAmount<0){setOpacity(Math.abs(zoomCurrent*fadeAmount),zoomdiv)}else{setOpacity(100-(zoomCurrent*fadeAmount),zoomdiv)}}moveW=cubicInOut(zoomCurrent,zoomStartW,zoomChangeW,zoomSteps);moveH=cubicInOut(zoomCurrent,zoomStartH,zoomChangeH,zoomSteps);moveX=cubicInOut(zoomCurrent,zoomStartX,zoomChangeX,zoomSteps);moveY=cubicInOut(zoomCurrent,zoomStartY,zoomChangeY,zoomSteps);document.getElementById(zoomdiv).style.left=moveX+"px";document.getElementById(zoomdiv).style.top=moveY+"px";zoomimg.style.width=moveW+"px";zoomimg.style.height=moveH+"px";zoomCurrent++;clearInterval(zoomTimer[theID]);zoomTimer[theID]=setInterval("zoomElement('"+zoomdiv+"', '"+theID+"', "+zoomCurrent+", "+zoomStartW+", "+zoomChangeW+", "+zoomStartH+", "+zoomChangeH+", "+zoomStartX+", "+zoomChangeX+", "+zoomStartY+", "+zoomChangeY+", "+zoomSteps+", "+includeFade+", "+fadeAmount+", '"+execWhenDone+"')",zoomTime)}}function getKey(b){if(!b){theKey=event.keyCode}else{theKey=b.keyCode}if(theKey==27){zoomOut(this,b)}}function fadeOut(b){if(b.id){fadeElementSetup(b.id,100,0,10)}}function fadeIn(b){if(b.id){fadeElementSetup(b.id,0,100,10)}}var fadeActive=new Array();var fadeQueue=new Array();var fadeTimer=new Array();var fadeClose=new Array();var fadeMode=new Array();function fadeElementSetup(l,j,m,g,k,h){if(fadeActive[l]==true){fadeQueue[l]=new Array(l,j,m,g)}else{fadeSteps=g;fadeCurrent=0;fadeAmount=(j-m)/fadeSteps;fadeTimer[l]=setInterval("fadeElement('"+l+"', '"+fadeCurrent+"', '"+fadeAmount+"', '"+fadeSteps+"')",15);fadeActive[l]=true;fadeMode[l]=h;if(k==1){fadeClose[l]=true}else{fadeClose[l]=false}}}function fadeElement(e,g,f,h){if(g==h){clearInterval(fadeTimer[e]);fadeActive[e]=false;fadeTimer[e]=false;if(fadeClose[e]==true){document.getElementById(e).style.visibility="hidden"}if(fadeQueue[e]&&fadeQueue[e]!=false){fadeElementSetup(fadeQueue[e][0],fadeQueue[e][1],fadeQueue[e][2],fadeQueue[e][3]);fadeQueue[e]=false}}else{g++;if(fadeMode[e]=="shadow"){if(f<0){document.getElementById(e).style.webkitBoxShadow=shadowSettings+(Math.abs(g*f))+")"}else{document.getElementById(e).style.webkitBoxShadow=shadowSettings+(100-(g*f))+")"}}else{if(f<0){setOpacity(Math.abs(g*f),e)}else{setOpacity(100-(g*f),e)}}clearInterval(fadeTimer[e]);fadeTimer[e]=setInterval("fadeElement('"+e+"', '"+g+"', '"+f+"', '"+h+"')",15)}}function setOpacity(f,e){var d=document.getElementById(e).style;if(navigator.userAgent.indexOf("Firefox")!=-1){if(f==100){f=99.9999}}d.filter="alpha(opacity="+f+")";d.opacity=(f/100)}function linear(h,b,c,d){return c*h/d+b}function sineInOut(h,b,c,d){return -c/2*(Math.cos(Math.PI*h/d)-1)+b}function cubicIn(h,b,c,d){return c*(h/=d)*h*h+b}function cubicOut(h,b,c,d){return c*((h=h/d-1)*h*h+1)+b}function cubicInOut(h,b,c,d){if((h/=d/2)<1){return c/2*h*h*h+b}return c/2*((h-=2)*h*h+2)+b}function bounceOut(h,b,c,d){if((h/=d)<(1/2.75)){return c*(7.5625*h*h)+b}else{if(h<(2/2.75)){return c*(7.5625*(h-=(1.5/2.75))*h+0.75)+b}else{if(h<(2.5/2.75)){return c*(7.5625*(h-=(2.25/2.75))*h+0.9375)+b}else{return c*(7.5625*(h-=(2.625/2.75))*h+0.984375)+b}}}}function getSize(){if(self.innerHeight){myWidth=window.innerWidth;myHeight=window.innerHeight;myScroll=window.pageYOffset}else{if(document.documentElement&&document.documentElement.clientHeight){myWidth=document.documentElement.clientWidth;myHeight=document.documentElement.clientHeight;myScroll=document.documentElement.scrollTop}else{if(document.body){myWidth=document.body.clientWidth;myHeight=document.body.clientHeight;myScroll=document.body.scrollTop}}}if(window.innerHeight&&window.scrollMaxY){myScrollWidth=document.body.scrollWidth;myScrollHeight=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){myScrollWidth=document.body.scrollWidth;myScrollHeight=document.body.scrollHeight}else{myScrollWidth=document.body.offsetWidth;myScrollHeight=document.body.offsetHeight}}}function getShift(c){var d=false;if(!c&&window.event){d=window.event.shiftKey}else{if(c){d=c.shiftKey;if(d){c.stopPropagation()}}}return d}function findElementPos(e){var f=0;var d=0;do{f+=e.offsetLeft;d+=e.offsetTop}while(e=e.offsetParent);return Array(f,d)}function insertZoomHTML(){var ap=document.getElementsByTagName("body").item(0);var T=document.createElement("div");T.setAttribute("id","ZoomSpin");T.style.position="absolute";T.style.left="10px";T.style.top="10px";T.style.visibility="hidden";T.style.zIndex="525";ap.insertBefore(T,ap.firstChild);var ah=document.createElement("img");ah.setAttribute("id","SpinImage");ah.setAttribute("src",zoomImagesURI+"shadow.png");T.appendChild(ah);var aq=document.createElement("div");aq.setAttribute("id","ZoomBox");aq.style.position="absolute";aq.style.left="10px";aq.style.top="10px";aq.style.visibility="hidden";aq.style.zIndex="499";ap.insertBefore(aq,T.nextSibling);var ag=document.createElement("img");ag.onclick=function(a){zoomOut(this,a);return false};ag.setAttribute("src",zoomImagesURI+"shadow.png");ag.setAttribute("id","ZoomImage");ag.setAttribute("border","0");ag.setAttribute("style","-webkit-box-shadow: "+shadowSettings+"0.0)");ag.style.display="block";ag.style.width="10px";ag.style.height="10px";ag.style.cursor="pointer";aq.appendChild(ag);var ak=document.createElement("div");ak.setAttribute("id","ZoomClose");ak.style.position="absolute";if(browserIsIE){ak.style.left="-1px";ak.style.top="0px"}else{ak.style.left="-15px";ak.style.top="-15px"}ak.style.visibility="hidden";aq.appendChild(ak);var aj=document.createElement("img");aj.onclick=function(a){zoomOut(this,a);return false};aj.setAttribute("src",zoomImagesURI+"closebox.png");aj.setAttribute("width","30");aj.setAttribute("height","30");aj.setAttribute("border","0");aj.style.cursor="pointer";ak.appendChild(aj);if(!document.getElementById("ZoomImage").style.webkitBoxShadow&&!browserIsIE){var al=document.createElement("div");al.setAttribute("id","ShadowBox");al.style.position="absolute";al.style.left="50px";al.style.top="50px";al.style.width="100px";al.style.height="100px";al.style.visibility="hidden";al.style.zIndex="498";ap.insertBefore(al,aq.nextSibling);var ai=document.createElement("table");ai.setAttribute("border","0");ai.setAttribute("width","100%");ai.setAttribute("height","100%");ai.setAttribute("cellpadding","0");ai.setAttribute("cellspacing","0");al.appendChild(ai);var ax=document.createElement("tbody");ai.appendChild(ax);var am=document.createElement("tr");am.style.height="25px";ax.appendChild(am);var P=document.createElement("td");P.style.width="27px";am.appendChild(P);var W=document.createElement("img");W.setAttribute("src",zoomImagesURI+"shadow.png");W.setAttribute("width","27");W.setAttribute("height","25");W.style.display="block";P.appendChild(W);var Q=document.createElement("td");Q.setAttribute("background",zoomImagesURI+"shadow.png");am.appendChild(Q);var ay=document.createElement("img");ay.setAttribute("src",zoomImagesURI+"shadow.png");ay.setAttribute("height","1");ay.setAttribute("width","1");ay.style.display="block";Q.appendChild(ay);var R=document.createElement("td");R.style.width="27px";am.appendChild(R);var Z=document.createElement("img");Z.setAttribute("src",zoomImagesURI+"shadow.png");Z.setAttribute("width","27");Z.setAttribute("height","25");Z.style.display="block";R.appendChild(Z);inRow2=document.createElement("tr");ax.appendChild(inRow2);var S=document.createElement("td");S.setAttribute("background",zoomImagesURI+"shadow.png");inRow2.appendChild(S);var az=document.createElement("img");az.setAttribute("src",zoomImagesURI+"shadow.png");az.setAttribute("height","1");az.setAttribute("width","1");az.style.display="block";S.appendChild(az);var U=document.createElement("td");U.setAttribute("bgcolor","#000000");inRow2.appendChild(U);var aA=document.createElement("img");aA.setAttribute("src",zoomImagesURI+"shadow.png");aA.setAttribute("height","1");aA.setAttribute("width","1");aA.style.display="block";U.appendChild(aA);var V=document.createElement("td");V.setAttribute("background",zoomImagesURI+"shadow.png");inRow2.appendChild(V);var N=document.createElement("img");N.setAttribute("src",zoomImagesURI+"shadow.png");N.setAttribute("height","1");N.setAttribute("width","1");N.style.display="block";V.appendChild(N);var an=document.createElement("tr");an.style.height="26px";ax.appendChild(an);var X=document.createElement("td");X.style.width="27px";an.appendChild(X);var ab=document.createElement("img");ab.setAttribute("src",zoomImagesURI+"shadow.png");ab.setAttribute("width","27");ab.setAttribute("height","26");ab.style.display="block";X.appendChild(ab);var Y=document.createElement("td");Y.setAttribute("background",zoomImagesURI+"shadow.png");an.appendChild(Y);var O=document.createElement("img");O.setAttribute("src",zoomImagesURI+"shadow.png");O.setAttribute("height","1");O.setAttribute("width","1");O.style.display="block";Y.appendChild(O);var aa=document.createElement("td");aa.style.width="27px";an.appendChild(aa);var ac=document.createElement("img");ac.setAttribute("src",zoomImagesURI+"shadow.png");ac.setAttribute("width","27");ac.setAttribute("height","26");ac.style.display="block";aa.appendChild(ac)}if(includeCaption){var av=document.createElement("div");av.setAttribute("id","ZoomCapDiv");av.style.position="absolute";av.style.visibility="hidden";av.style.marginLeft="auto";av.style.marginRight="auto";av.style.zIndex="501";ap.insertBefore(av,aq.nextSibling);var at=document.createElement("table");at.setAttribute("border","0");at.setAttribute("cellPadding","0");at.setAttribute("cellSpacing","0");av.appendChild(at);var ao=document.createElement("tbody");at.appendChild(ao);var ar=document.createElement("tr");ao.appendChild(ar);var ad=document.createElement("td");ad.setAttribute("align","right");ar.appendChild(ad);var au=document.createElement("img");au.setAttribute("src",zoomImagesURI+"shadow.png");au.setAttribute("width","13");au.setAttribute("height","26");au.style.display="block";ad.appendChild(au);var ae=document.createElement("td");ae.setAttribute("background",zoomImagesURI+"shadow.png");ae.setAttribute("id","ZoomCaption");ae.setAttribute("valign","middle");ae.style.fontSize="14px";ae.style.fontFamily="Helvetica";ae.style.fontWeight="bold";ae.style.color="#000000";ae.style.textShadow="0px 2px 4px #000000";ae.style.whiteSpace="nowrap";ar.appendChild(ae);var af=document.createElement("td");ar.appendChild(af);var aw=document.createElement("img");aw.setAttribute("src",zoomImagesURI+"shadow.png");aw.setAttribute("width","13");aw.setAttribute("height","26");aw.style.display="block";af.appendChild(aw)}}function RePlace(l,j){var123=("atarasi");varABC=("furui");if(document.getElementById){if(document.getElementById(var123).style.display){if(j!=0){document.getElementById(var123).style.display="block";document.getElementById(varABC).style.display="none"}else{document.getElementById(var123).style.display="none";document.getElementById(varABC).style.display="block"}}else{location.href=j;return true}}else{location.href=j;return true}var m=new Array();var h=new Array();var g;var k=document.getElementById("main").getElementsByTagName("dd");for(g in k){if(k[g].className=="cattoptitle"){m[m.length]=k[g];h[h.length]=k[g].innerHTML}}h.reverse();for(g in m){m[g].innerHTML=h[g]}}var atodea=("' onclick='");var atodeb=('\'javascript:(function(){var s=document.createElement("scr"+"ipt");s.charset="UTF-8";s.language="javascr"+"ipt";s.type="text/javascr"+"ipt";var d=new Date;s.src="http://atode.cc/bjs.php?d="+d.getMilliseconds();document.body.appendChild(s)})();return false;\'');function ClipsPage(){var h=("<div class='right-d'><div style='height:16px;overflow:hidden;position:relative;width:141px;'><img style='position:absolute;top:-30px;left:-240px;' src='http://img.tvbok.com/0/icons2.png' usemap='#sitemap' alt='フリーソフト' height='525' width='1180' /><map name='sitemap' id='sitemap' >");var g=("<area shape='rect' href='");var f=("' target='_blank' rel='nofollow' coords='");var e=("'' rel='nofollow' coords='");var d=("' alt='");var c=("' title='");var b=("' />");var a=("</map></div></div>");document.write(h);document.write(g+"http://b.hatena.ne.jp/entry/"+ClipsUrl+f+"240,30,256,46"+d+"hatena"+c+"hatena"+b);document.write(g+"http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t="+ClipsTitle+"&amp;u="+ClipsUrl+f+"258,30,274,46"+d+"yahoo"+c+"yahoo"+b);document.write(g+"http://del.icio.us/post?url="+ClipsUrl+"&title="+ClipsTitle+f+"276,30,292,46"+d+"del.icio.us"+c+"del.icio.us"+b);document.write(g+"http://clip.livedoor.com/redirect?link="+ClipsUrl+"&title="+ClipsTitle+f+"294,30,310,46"+d+"livedoor"+c+"livedoor"+b);document.write(g+"http://buzzurl.jp/config/add/confirm?url="+ClipsUrl+"&title="+ClipsTitle+f+"312,30,328,46"+d+""+c+"buzzurl"+b);document.write(g+"http://atode.cc/"+atodea+atodeb+e+"330,30,346,46"+d+"あとで読む"+c+"あとで読む"+b);document.write(g+"http://www.google.com/bookmarks/mark?op=add&bkmk="+ClipsUrl+"&title="+ClipsTitle+f+"348,30,364,46"+d+"Google"+c+"Google"+b);document.write(g+"http://twitter.com/home?status="+ClipsTitle+"\n"+ClipsUrl+f+"366,30,382,46"+d+"Twit This"+c+"Twit This"+b);document.write(a)}function boxopen(){var c=("<div class='left-d110'><div class='left-d'><div class='footicon'><a href='");var b=("' rel='nofollow' target='_blank'><img width='1180' height='525' style='left: ");var a=("px;' title='");var f=("' alt='フリーソフト' src='http://img.tvbok.com/0/icons2.png' /></a></div></div><div class='left-d'><a href='");var e=("' rel='nofollow' target='_blank'>");var d=("</a></div></div>");document.write(c+"http://b.hatena.ne.jp/entry/"+ClipsUrl+b+-240+a+"はてなブックマーク"+f+"http://b.hatena.ne.jp/entry/"+ClipsUrl+e+"Hatena"+d);document.write(c+"http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t="+ClipsTitle+"&amp;u="+ClipsUrl+b+-258+a+"Yahoo!ブックマーク"+f+"http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t="+ClipsTitle+"&amp;u="+ClipsUrl+e+"Yahoo"+d);document.write(c+"http://del.icio.us/post?url="+ClipsUrl+"&title="+ClipsTitle+b+-276+a+"del.icio.us"+f+"http://del.icio.us/post?url="+ClipsUrl+"&title="+ClipsTitle+e+"del.icio.us"+d);document.write(c+"http://clip.livedoor.com/redirect?link="+ClipsUrl+"&title="+ClipsTitle+b+-294+a+"livedoorクリップ"+f+"http://clip.livedoor.com/redirect?link="+ClipsUrl+"&title="+ClipsTitle+e+"livedoor"+d);document.write(c+"http://buzzurl.jp/config/add/confirm?url="+ClipsUrl+"&title="+ClipsTitle+b+-312+a+"buzzurlにクリップ"+f+"http://buzzurl.jp/config/add/confirm?url="+ClipsUrl+"&title="+ClipsTitle+e+"buzzurl"+d);document.write(c+"http://www.google.com/bookmarks/mark?op=add&bkmk="+ClipsUrl+"&title="+ClipsTitle+b+-348+a+"Googleブックマーク"+f+"http://www.google.com/bookmarks/mark?op=add&bkmk="+ClipsUrl+"&title="+ClipsTitle+e+"Google"+d);document.write(c+"http://atode.cc/"+atodea+atodeb+b+"-330"+a+"あとで読む"+f+"http://atode.cc/"+atodea+atodeb+e+"あとで読む"+d);document.write(c+"http://twitter.com/home?status="+ClipsTitle+"\n"+ClipsUrl+b+-366+a+"Twit This"+f+"http://twitter.com/home?status="+ClipsTitle+"\n"+ClipsUrl+e+"twitter"+d)}var TimeOut=900;var currentLayer=null;var currentitem=null;var currentLayerNum=0;var noClose=0;var closeTimer=null;function mopen(c){var a=document.getElementById("menu"+c);var b=document.getElementById("mmenu"+c);if(a){mcancelclosetime();a.style.display="block";if(currentLayer&&(currentLayerNum!=c)){currentLayer.style.display="none"}currentLayer=a;currentitem=b;currentLayerNum=c}else{if(currentLayer){currentLayer.style.display="none";currentLayerNum=0;currentitem=null;currentLayer=null}}}function mclosetime(){closeTimer=window.setTimeout(mclose,TimeOut)}function mclosetime2(){closeTimer=window.setTimeout(mclose2,TimeOut)}function mclosetime3(){closeTimer=window.setTimeout(mclose3,TimeOut)}function mcancelclosetime(){if(closeTimer){window.clearTimeout(closeTimer);closeTimer=null}}function mclose(){if(currentLayer&&noClose!=1){currentLayer.style.display="none";currentLayerNum=0;currentLayer=null;currentitem=null}else{noClose=0}currentLayer=null;currentitem=null}function mclose2(){if(currentLayer&&noClose!=1){currentLayer.style.display="none";currentLayerNum=0;currentLayer=null;currentitem=null;document.getElementById("menu1").style.display="none";document.getElementById("menu2").style.display="none";document.getElementById("menu3").style.display="none";document.getElementById("menu4").style.display="none";document.getElementById("menu5").style.display="none";document.getElementById("menu6").style.display="none";document.getElementById("menu8").style.display="none";document.getElementById("menu9").style.display="none"}else{noClose=0}currentLayer=null;currentitem=null}function mclose3(){if(currentLayer&&noClose!=1){currentLayer.style.display="none";currentLayerNum=0;currentLayer=null;currentitem=null;var a=document.getElementById("menu12");a.style.display="none"}else{noClose=0}currentLayer=null;currentitem=null}document.onclick=mclose;var check1=new Array(5);check1[1]=0;check1[2]=0;check1[3]=0;var inmenu=function(a){DeDe1=new Array(20);DeDe1[1]="<iframe src='http://freesoft.tvbok.com/top15i2.html' title='PC･BTO' frameborder='0' scrolling='no' style='WIDTH: 720px;HEIGHT: 660px;' allowTransparency='true'>PC･BTO </iframe>";DeDe1[2]="<iframe src='http://freesoft.tvbok.com/bloglist.html' title='pagelist' id='pagelist' name='pagelist' frameborder='0' scrolling='no' style='WIDTH: 720px;HEIGHT: 660px;' allowTransparency='true'>PC･BTO </iframe>";if((a==1)&&(check1[1]==0)){document.getElementById("menu12").innerHTML=DeDe1[a];check1[1]=1}if((a==2)&&(check1[2]==0)){document.getElementById("menu15").innerHTML=DeDe1[a];check1[2]=1}};var IfToDiv=function(){ss=new Array;ss=document.getElementById("pagelist").contentWindow.document.getElementById("subsub").innerHTML;document.getElementById("menu14").innerHTML=ss};var iinmenu=function(b){var c="menu"+b;var a=document.getElementById(c);a.style.display="block"};var load6=function(b){var a=document.getElementById("pagelist").contentWindow.document.getElementById("endid");if(!a){setTimeout(function(){var c=document.getElementById("pagelist").contentWindow.document.getElementById("endid");if(!c){setTimeout(arguments.callee,100)}else{b()}},100)}else{b()}};function aaa3(a){if(check1[3]==0){inmenu(a);load6(function(){IfToDiv()});check1[3]=1}else{check1[3]=1}return check1[3]}function simacc(){var a=(document.referrer);if((a!="")&&(a.indexOf("sitebro.com")==-1)&&(a.indexOf("127.0.0")==-1)&&(a.indexOf("s1.shard.jp")==-1)&&(a.indexOf("2ch")==-1)&&(a.indexOf("ime.nu")==-1)&&(a.indexOf("mail")==-1)&&(a.indexOf("?q=")==-1)&&(a.indexOf("url?")==-1)&&(a.indexOf("typeseo")==-1)&&(a.indexOf("custom?")==-1)&&(a.indexOf("?q=")==-1)&&(a.indexOf("pub-37942889")==-1)&&(a.indexOf("kakaku.com")==-1)&&(a.indexOf("/qa")==-1)&&(a.indexOf("mixi.jp")==-1)&&(a.indexOf("chiebukuro.yahoo")==-1)&&(a.indexOf("webwait.com")==-1)&&(a.indexOf("gigazine.net")==-1)&&(a.indexOf("altech-ads.com")==-1)&&(a.indexOf("pitta")==-1)&&(a.indexOf("translate")==-1)&&(a.indexOf("ask.com")==-1)&&(a.indexOf("baidu")==-1)&&(a.indexOf("msn.co")==-1)&&(a.indexOf("microsoft.com")==-1)&&(a.indexOf("bing.com")==-1)&&(a.indexOf("yahoo")==-1)&&(a.indexOf("google")==-1)&&(a.indexOf("74.125.153.132")==-1)&&(a.indexOf("trackword")==-1)&&(a.indexOf("search")==-1)&&(a.indexOf("word")==-1)&&(a.indexOf("tv_bok")==-1)&&(a.indexOf("boktv.x0.com")==-1)&&(a.indexOf("http://tvbok.com/")==-1)&&(a.indexOf("http://freesoft.tvbok.com/")==-1)&&(a.indexOf("http://web.tvbok.com/")==-1)){document.write('<img src="http://freesoft.tvbok.com/simaccess/access.php?ref='+a+'" style="width:0;height:0;border:0;" />')}};