<!--
if (document.images) {
    homebuttonup       = new Image();
    homebuttonup.src   = "homebutton.gif" ;
    homebuttondown     = new Image() ;
    homebuttondown.src = "homebuttondown.gif" ;
}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
// -->



// JavaScript Document
var firstTimer=true;
 function popUp()
 {
 if(firstTimer==true)  
 {
 document.body.innerHTML+="<div id='pop_overlay'></div><div id='pop_container'><div id='pop_inner'><a href='javascript:popUp();' ><img style=\"margin:0; padding:0;\" src=\"images/popup_close.jpg\" /></a><br /><p style=\"margin:0 10px 10px 10px; text-align:left\"><table width='100%' border='1'><tr><td><img src='images/logos/5z16.jpg' width='150px' /></td><td><img src='images/logos/5z29.jpg' width='150px' /></td><td><img src='images/logos/5z37.jpg' width='150px' /></td><td><img src='images/logos/double-15.jpg' width='150px' /></td><td><img src='images/logos/22s3.jpg' width='150px' /></td></tr><tr><td><img src='images/logos/22w2.jpg' width='150px' /></td><td><img src='images/logos/Amerigo_d36.jpg' width='150px' /></td><td><img src='images/logos/Avalon-23.jpg' width='150px' /></td><td><img src='images/logos/baseball-boy-clab-8.jpg' width='150px' /></td><td><img src='images/logos/f1_dec_71.jpg' width='150px' /></td></tr><tr><td><img src='images/logos/D07x16.jpg' width='150px' /></td><td><img src='images/logos/d09_33.jpg' width='150px' /></td><td><img src='images/logos/D12-3u.jpg' width='150px' /></td><td><img src='images/logos/D12-3v.jpg' width='150px' /></td><td><img src='images/logos/d49(port).jpg' width='150px' /></td></tr><tr><td><img src='images/logos/d0752.jpg' width='150px' /></td><td><img src='images/logos/22j3.jpg' width='150px' /></td><td><img src='images/logos/CreativeBird-23.jpg' width='150px' /></td><td><img src='images/logos/Kenidytravel-23.jpg' width='150px' /></td><td><img src='images/logos/WilliamsUnicGifts 14.jpg' width='150px' /></td></tr></table></p><div></div>";
 firstTimer=false;
 }
 else
 {
 var check=document.getElementById('pop_overlay').style.display;
 if(check=='none')
{
 document.getElementById('pop_overlay').style.display='block';
 document.getElementById('pop_container').style.display='block';
 }
 else
 {
 document.getElementById('pop_overlay').style.display='none';
 document.getElementById('pop_container').style.display='none';
}
 }
 }
 
 
 var firstTimer2=true;
 function popUp2()
 {
 if(firstTimer2==true)
 {
 document.body.innerHTML+="<div id='pop_overlay2'></div><div id='pop_container2'><div id='pop_inner' style='width:200px'><a style='float:right' href='javascript:popUp2();' ><img style=\"margin:0; padding:0;\" src=\"images/cross.png\" /></a><br /><p style=\"margin:0 10px 10px 10px; text-align:left\"><b>Information</b><br /><br />Once logged into the stat reports the menu below will stay active for 10 minutes</p><div></div>";
 firstTimer2=false;
 }
 else
 {
 var check=document.getElementById('pop_overlay2').style.display;
 if(check=='none')
{
 document.getElementById('pop_overlay2').style.display='block';
 document.getElementById('pop_container2').style.display='block';
 }
 else
 {
 document.getElementById('pop_overlay2').style.display='none';
 document.getElementById('pop_container2').style.display='none';
}
 }
 }
 
 
// JavaScript Document
var firstTimer3=true;
 function popUp3()
 {
 if(firstTimer3==true)
 {
 document.body.innerHTML+="<div id='pop_overlay3'></div><div id='pop_container3'><div id='pop_inner' style='width:200px'><a style='float:right' href='javascript:popUp3();' ><img style=\"margin:0; padding:0;\" src=\"images/cross.png\" /></a><br /><p style=\"margin:0 10px 10px 10px; text-align:left\"><b>Information</b><br /><br />For a onf of payment you can get accessus to a full range of reports for all your sites listed within your control panel,  blah blah blah bla blah blah blah bla blah blah blah bla blah blah blah blablah blah blah blah</p><div></div>";
 firstTimer3=false;
 }
 else
 {
 var check=document.getElementById('pop_overlay3').style.display;
 if(check=='none')
{
 document.getElementById('pop_overlay3').style.display='block';
 document.getElementById('pop_container3').style.display='block';
 }
 else
 {
 document.getElementById('pop_overlay3').style.display='none';
 document.getElementById('pop_container3').style.display='none';
}
 }
 }