
///// JS FOR MAIN NAV ROLLOVER BG IMAGE CHANGE //////
	var popUp = 0;
	var popURL = 0;
	var popWidth = 0;
	var popHeight = 0;

	var thisMargin = 10;

	var popTopPosition = thisMargin;
	var popLeftPosition = thisMargin;

	var pause = 20;
	var step = 10;	// The higher the number, the faster the window.
	var timer = 0;

	var screenWidth = 0;
	var screenHeight = 0;

	var endX = 0;
	var endY = 0;

	function startPopShare(thisurl) {

	popUp = window.open(thisurl, "Styles","toolbar=no, scrollbars=no, width=370,height=303,top="+popTopPosition+",left="+(popLeftPosition)+"");

	//screenWidth = window.screen.width;
	//screenHeight = window.screen.height;
	//endX = screenWidth - thiswidth - thisMargin;
	//endY = screenHeight - thisheight - thisMargin;
	// movedown();
	}

