<style type="text/css">
#Wrap img.Cover{
position:absolute;
z-index:1;
width:100%;
height:100%;
}
#FRAME001{
display:block;
position:relative;
margin-top:-172px;
margin-left:-252px;
}
#Wrap {
position:relative;
overflow:hidden;
width:760px;
margin:0 auto;
height:2700px;
}
#Wrap2 {
margin:0 auto;
border:#CCE3EF 6px solid;
overflow-y:auto;
width:790px;
height:700px;
border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;
box-shadow: 0px 5px 18px #000;
-webkit-box-shadow:0px 5px 18px #000;
-khtml-box-shadow:0px 5px 18px #000;
-moz-box-shadow:0px 5px 18px #000;
}
</style>
<div id=Wrap2>
<div id=Wrap>
<img class="Cover" oncontextmenu="oncontex(this);return false;" onmousedown="Moysedown(this)" id="img1" src="http://s1.uploads.ru/i/gkKOY.gif"/>
<iframe id="FRAME001" width="1270" height="7050" src="http://www.microtron.zp.ua/goods" onload=""></iframe>
</div></div>
<script type="text/javascript">
var intervalID;
var TimeOutID;//
var menyFlag=false;
function oncontex(txs){
menyFlag=true;
txs.style.zIndex=1;
alert('Чо Нун ?');
}
function Moysedown(txs){
clearTimeout(TimeOutID);
TimeOutID=setTimeout(function() {if(!menyFlag){txs.style.zIndex=-1}menyFlag=false;},305); //
setTimeout(function() {txs.style.zIndex=1},1700);
}
</script>