var mpexplit_R= document.getElementById("mpex_right").src.split("?")
var mpexid_R = mpexplit_R[1]

function viewmini_right(x)
{
var mpex_right =  document.getElementById("divmpex_R").offsetLeft;
if (x =="1")
{
document.getElementById("framempex_R").style.width=600;
document.getElementById("divmpex_R").style.width=600
document.getElementById("divmpex_R").style.left = mpex_right - 480;
}
else
{
document.getElementById("framempex_R").style.width=120;
document.getElementById("divmpex_R").style.width=120
document.getElementById("divmpex_R").style.left = mpex_right + 480;
}
}

document.write('<table bgcolor=#FFFFFF border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="120" height="260">')
document.write('<tr><td width="100%" align="left" height="100%" valign="top">')
document.write('<DIV id=divmpex_R name=divmpex_R  style="position:absolute; width:120px;height:260px;visibility:visible; ">')
document.write('<IFRAME id=framempex_R name=framempex_R onMouseOver="viewmini_right(\'1\')" onMouseOut="viewmini_right(\'0\')" WIDTH=120 MARGINWIDTH=0 scrolling=no HEIGHT=260 FRAMEBORDER=0 MARGINHEIGHT=0" style="border-style:solid; border-width:1px; border-color:#FFE09F;background-color:#FFFFFF;" src ="http://www.minipex.com/mpex/mpex_right.php?id='+ mpexid_R +'"></iframe>')
document.write('</div></td></tr></table>')