\n');
}
//alert (parent.top.location.href);
//if (parent.top.location.href != "http://www.troopeird.be/index.php")
//{
// parent.top.location.href="http://www.troopeird.be/index.php" ;
//}
B=document.all;
function setFlash(DX,DY)
{
if (window.document.gMovie)
{
gMovie.SetVariable ("_root.myX"," " + DX);
gMovie.SetVariable ("_root.myY"," " + DY);
}
}
function setFlashWheel(inWheel)
{
if (window.document.gMovie)
gMovie.SetVariable ("_root.myWheel"," " + inWheel);
}
function newPos(e){
setFlash((B)?event.clientX:e.pageX+2,(B)?event.clientY:e.pageY+2);
}
function rollOutFlash()
{
curToggle = 1-curToggle;
myToggle = curToggle + 1;
if (window.document.gMovie)
gMovie.SetVariable ("_root.myToggle"," " + myToggle);
window.status = myToggle;
}
function myScroll()
{
count = Counting(count);
setFlashWheel(count);
}
function Counting(count){
if (event.wheelDelta >= 120)
count+=2;
else if (event.wheelDelta <= -120)
count-=2;
return count;
}
count = 0;
curToggle = 0;
if(document.layers)
document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=newPos
document.onmouseover=rollOutFlash;
document.onmousewheel=myScroll;
function setPage(pag, lev) {
//check if Flash object exists
if (window.document.gMovie) {
//set page variable in _root timeline of Flash movie
window.document.gMovie.SetVariable("_root.SetHistoryPag", pag);
window.document.gMovie.SetVariable("_root.SetHistoryLev", lev);
window.document.gMovie.SetVariable("_root.SetHistory", "yes");
}
}
-->
|
|
|
You need to upgrade your Flash Player to view this site
|
|
|
|
|