var popback = "#FFFFFF";
var popbord = "#e1e1e1";

Xoffset=0;    // modify these values to ...
Yoffset= 0;    // change the popup position.
XoffsetRight=-130;    // modify these values to ...
YoffsetRight= -20;    // change the popup position.

var old,skn,iex=(document.all),yyy=-1000;
var ns4=document.layers
var ns6=document.getElementById&&!document.all
var ie4=document.all

if (ns4)
skn=document.dek
else if (ns6)
skn=document.getElementById("dek").style
else if (ie4)
skn=document.all.dek.style
if(ns4)document.captureEvents(Event.MOUSEMOVE);
else{
skn.visibility="visible"
skn.display="none"
}
document.onmousemove=get_mouse;

function pop(msg,bord,bak){
var content ="<table width=325 border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#FFFFFF><object classid=\"clsid:D27CDB6E-AE6D-11CF-96B8-444553540000\" id=\"urunresim\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\" border=0 width=325 height=303><param name=movie value=\"/media_tr/urunresim.swf?urunresim="+msg+"\"><param name=quality value=High><param name=wmode value=transparent><PARAM NAME=FlashVars VALUE=urunresim="+msg+"\"><embed src=\"/media_tr/urunresim.swf?urunresim="+msg+"\" FlashVars=\"urunresim="+msg+"\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" name=urunresim width=325 height=303 quality=High wmode=transparent></object></td></tr></table>";
yyy=Yoffset;
 if(ns4){skn.document.write(content);skn.document.close();skn.visibility="visible"}
 if(ns6){document.getElementById("dek").innerHTML=content;skn.display=''}
 if(ie4){document.all("dek").innerHTML=content;skn.display=''}
Xoffset=Xoffset;
}

function get_mouse(e){
var x=(ns4||ns6)?e.pageX:event.x+document.body.scrollLeft;
skn.left=x+Xoffset;
var y=(ns4||ns6)?e.pageY:event.y+document.body.scrollTop;
skn.top=y+yyy;
}

function kill(){
yyy=-1000;
Xoffset=0;
if(ns4){skn.visibility="hidden";}
else if (ns6||ie4)
skn.display="none"
}
