function openSnapshot(D){var B=getFrame(D);var C=document.createElement("DIV");document.body.appendChild(C);var A=new YAHOO.widget.SimpleDialog("snapshot",{width:"850px",fixedcenter:true,visible:false,draggable:false,close:true,constraintoviewport:true});A.setHeader("GeckoGo Snapshot");A.setBody(B);A.render(C);A.show()}function loadSnapshot(B){var A=getFrame(B);document.write(A)}function getFrame(B){var A="http://www.geckogo.com/snapshot/Guide/"+B;return"<iframe frameborder=0 width=840 height=490 marginwidth=0 marginheight=0 scrolling=no src='"+A+"'></iframe><style>.yui-skin-sam .yui-panel .bd { background-color: #fff; } </style>"};