// JavaScript 2.0  Created by Diptiman Singh (Dee Technologies)
// Originally made for SMS
// Dedicated to the mysterious lovely girl I saw in SMS pictures, if you know who she is, please drop me a line.
<!--

var blankImage="/images/spacer.gif";
var isHorizontal=0;
var menuWidth=165;
var absolutePos=1;
var posX=0;
var posY=240;
var floatable=0;
var floatIterations=30;
var movable=0;
var moveCursor="default";
var moveImage="";
var moveWidth=0;
var moveHeight=0;
var fontStyle="bold 12px Arial";
var fontColor=["#FFFFCC","#d0ad67"];
var fontDecoration=["none","none"];
var itemBackColor=["",""];
var itemBorderWidth=0;
var itemAlign="left";
var itemBorderColor=["",""];
var itemBorderStyle=["",""];
var itemBackImage=["/images/buttonbg.gif","/images/buttonbg.gif"];
var itemSpacing=0;
var itemPadding=6;
var itemCursor="hand";
var itemTarget="_self";
var iconTopWidth=0;
var iconTopHeight=0;
var iconWidth=0;
var iconHeight=0;
var menuBackImage="";
var menuBackColor="";
var menuBorderColor="";
var menuBorderStyle=[""];
var menuBorderWidth=0;
var subMenuAlign="";
var transparency=95;
var transition=21;
var transDuration=150;
var shadowColor="";
var shadowLen=0;
var arrowImageMain=["",""];
var arrowImageSub=["",""];
var arrowWidth=0;
var arrowHeight=0;
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="0";
var separatorAlignment="";
var separatorVImage="";
var separatorVWidth="0";
var separatorVHeight="100%";
var statusString="Use this menu to browse through the website";
var pressedItem=-2;
var saveNavigationPath=0;

var menuItems = [
	//Browsers like OPERA Need spacers to fill the space up
   ["SPONSORSHIP HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/sponsors/default.aspx","","","",,,],
   ["MY CHILDREN","/sponsors/SponsoredChildren.aspx","","","",,,],   
   ["LOGOUT","/logout.aspx","","","",,,],
];

apy_init();


// Custom functions

//if (parent.location.href == self.location.href)
//  window.location.href = 'YouHaveAccessedAnInvalidPage.XLS.MOD.htm';

document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">');

var message="";

function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

// --> 
