var appleFrameTrigger=document.getElementById("ACFrameTrigger");appleFrameTrigger.onclick=buildACFrame;
var appleFrame=document.createElement("div");appleFrame.style.position="absolute";
appleFrame.style.top="0";appleFrame.style.left="0";appleFrame.style.margin="0";
appleFrame.style.padding="0";appleFrame.style.width="0";appleFrame.style.height="0";
function windowSize(){var d=null;d=Math.max(document.body.clientHeight,document.body.scrollHeight);
d=Math.max(d,document.documentElement.scrollHeight);d=Math.max(d,document.documentElement.clientHeight);
var c=document.documentElement.clientWidth;return{w:c,h:d}}function buildACFrame(){var h={width:980,height:580,src:"http://www.apple.com/jp/channel/ipodtouch/joshi-pc/frames/index.html"};
var j=windowSize();var g=(document.documentElement.clientHeight-h.height)/2-15;
var i=(j.w-h.width)/2-15;appleFrame.innerHTML='<iframe bgcolor="transparent" name="ACFrame" id="ACFrame" src="'+h.src+"?width="+j.w+"&height="+document.documentElement.clientHeight+'" title="詳細" height="'+j.h+'" width="'+j.w+'" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0"  allowtransparency="true" style="display:none; background-color: transparent !important; overflow:hidden; position:absolute !important; top:0; left:0; "></iframe><div id="ACFrameClose" style="display:none; position:absolute; top:'+g+"px; left:"+i+'px; width:30px; height:30px; background:url(http://images.apple.com/jp/global/elements/close_button.png) no-repeat top left; font-size:1; cursor:hand !important; background-image:expression(none) !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://images.apple.com/jp/global/elements/close_button.png, sizingMethod=crop); _background-image:none !important; "></div>';
document.body.appendChild(appleFrame);this.closeButton=document.getElementById("ACFrameClose");
var f=setTimeout(function(){this.appleFrameContent=document.getElementById("ACFrame");
this.appleFrameContent.style.display="block";this.closeButton=document.getElementById("ACFrameClose");
this.closeButton.style.display="block"},450);this.closeButton.onclick=function(){appleFrame.innerHTML="";
appleFrameTrigger.onclick=buildACFrame;return false};return false};

