var mpexplit_l= document.getElementById("mpex_left").src.split("?")
var mpexid_l = mpexplit_l[1]
function viewmini_left(x)
{
if (x =="1")
{
document.getElementById("framempex_L").style.width=600;
document.getElementById("divmpex_L").style.width=600
}
else
{
document.getElementById("framempex_L").style.width=120;
document.getElementById("divmpex_L").style.width=120
}
}

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_L name=divmpex_L  style="position:absolute; width:120px;height:260px;visibility:visible;">')
document.write('<IFRAME id=framempex_L name=framempex_L onMouseOver="viewmini_left(\'1\')" onMouseOut="viewmini_left(\'0\')" WIDTH=120 MARGINWIDTH=0 scrolling=no HEIGHT=260 FRAMEBORDER=0 MARGINHEIGHT=0" style="border-style:solid; border-width:1px; border-color:#FFE09F;" src ="http://www.minipex.com/mpex/mpex_left.php?id='+ mpexid_l +'"></iframe>')
document.write('</div></td></tr></table>')

