var id=null;
var urlI = "img/";
var unDef;
var smName;
var smFlag = 1;
var activeFlag = 0;
var stepMove=10;
var delay=1;
var arrayCatalogs = new Array ("company","contact","portfolio","services");
var arrayMoveMenu = new Array ("sm1",0,0,0,"sm2",0,0,0,"sm3",0,0,0,"sm4",0,0,0);
var loadedImages = new Array (
	"bg_TopMenu_on.gif",
	"bg_LeftMenu_on.gif",
	"bg_Lev2.gif",
	"bg_RightSMenu_on.gif",
	"bg_RightSMenu2_on.gif",
	"bg_LeftSMenu_on.gif",
	"bg_LeftSMenu2_on.gif",
	"bull_ArrowLeftMenu_on.gif"
	);
	
function preloadImages() {
	var xImages = new Array ();
	var path = document.location.href;
	
		for (j=0; j < arrayCatalogs.length; j++) {
			if (path.indexOf(arrayCatalogs[j])!=-1) {
				urlI = "../" + urlI;
			}
		}		
                      
 		for (i=0; i < loadedImages.length; i++) {
			xImages[i] = new Image ();
			xImages[i].src = urlI + loadedImages[i];
		}
}

function doLMOver (idItem,flag) {
	document.getElementById(idItem).className = (flag)? "on" : "off";
}

function doOverScr (imgSrc,hScr) {	
	if (imgSrc!=unDef) {
		cont = new Image ();
		cont.src = urlI + imgSrc;		
		document.getElementById('big-scr').innerHTML = "<img src='../img/"+imgSrc+"' name='scr' />";
		wScr=document.images["scr"].width;		
		wScr=458-wScr/2;
		//wScr=158;
		
		//document.getElementById('big-scr').style.left =""+wScr+"px";
		document.getElementById('big-scr').style.top = ""+hScr+"px";
		document.getElementById('big-scr').style.visibility="visible";
		
	}
	else {
		document.getElementById('big-scr').style.visibility="hidden";
		document.getElementById('big-scr').innerHTML = "";
	}
}

function doOverElement (ElementId,flag) {
	document.getElementById(ElementId).style.display=(flag)? "block" : "none";
}

function doMoveDown1(){
var i=0;
	if (arrayMoveMenu[i+2]<=0) {			
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]<(0-stepMove))||(arrayMoveMenu[i+2]==0)) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]+stepMove;
		else arrayMoveMenu[i+2]=0;

		if (arrayMoveMenu[i+3]==0) doMoveUp1()
		else setTimeout("doMoveDown1()", delay);		

	}
	else arrayMoveMenu[i+2]=0;
}
function doMoveDown2(){
var i=4;
	if (arrayMoveMenu[i+2]<=0) {			
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]<(0-stepMove))||(arrayMoveMenu[i+2]==0)) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]+stepMove;
		else arrayMoveMenu[i+2]=0;
		
		if (arrayMoveMenu[i+3]==0) doMoveUp2()
		else setTimeout("doMoveDown2()", delay);
	}
	else arrayMoveMenu[i+2]=0;
}
function doMoveDown3(){
var i=8;
	if (arrayMoveMenu[i+2]<=0) {			
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]<(0-stepMove))||(arrayMoveMenu[i+2]==0)) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]+stepMove;
		else arrayMoveMenu[i+2]=0;
		
		if (arrayMoveMenu[i+3]==0) doMoveUp3()
		else setTimeout("doMoveDown3()", delay);
	}
	else arrayMoveMenu[i+2]=0;
}
function doMoveDown4(){
var i=12;
	if (arrayMoveMenu[i+2]<=0) {			
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]<(0-stepMove))||(arrayMoveMenu[i+2]==0)) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]+stepMove;
		else arrayMoveMenu[i+2]=0;
		
		if (arrayMoveMenu[i+3]==0) doMoveUp4()
		else setTimeout("doMoveDown4()", delay);
	}
	else arrayMoveMenu[i+2]=0;
}


function doMoveUp1(){
var i=0;
	if (arrayMoveMenu[i+2]>=(0-arrayMoveMenu[i+1])) {
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]>(stepMove-arrayMoveMenu[i+1]))||(arrayMoveMenu[i+2]==(0-arrayMoveMenu[i+1]))) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]-stepMove;
		else arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		
		if (arrayMoveMenu[i+3]==1) doMoveDown1()
		else setTimeout("doMoveUp1()", delay);		
	}
	else {
		arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		document.getElementById(arrayMoveMenu[i]).style.visibility = "hidden";
	}
}
function doMoveUp2(){
var i=4;
	if (arrayMoveMenu[i+2]>=(0-arrayMoveMenu[i+1])) {
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]>(stepMove-arrayMoveMenu[i+1]))||(arrayMoveMenu[i+2]==(0-arrayMoveMenu[i+1]))) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]-stepMove;
		else arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		
		if (arrayMoveMenu[i+3]==1) doMoveDown2();
		else setTimeout("doMoveUp2()", delay);		
	}
	else {
		arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		document.getElementById(arrayMoveMenu[i]).style.visibility = "hidden";
	}
}
function doMoveUp3(){
var i=8;
	if (arrayMoveMenu[i+2]>=(0-arrayMoveMenu[i+1])) {
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]>(stepMove-arrayMoveMenu[i+1]))||(arrayMoveMenu[i+2]==(0-arrayMoveMenu[i+1]))) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]-stepMove;
		else arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		
		if (arrayMoveMenu[i+3]==1) doMoveDown3();
		else setTimeout("doMoveUp3()", delay);		
	}
	else {
		arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		document.getElementById(arrayMoveMenu[i]).style.visibility = "hidden";
	}
}
function doMoveUp4(){
var i=12;
	if (arrayMoveMenu[i+2]>=(0-arrayMoveMenu[i+1])) {
		document.getElementById(arrayMoveMenu[i]).style.top=arrayMoveMenu[i+2]+"px";
		if ((arrayMoveMenu[i+2]>(stepMove-arrayMoveMenu[i+1]))||(arrayMoveMenu[i+2]==(0-arrayMoveMenu[i+1]))) arrayMoveMenu[i+2]=arrayMoveMenu[i+2]-stepMove;
		else arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		
		if (arrayMoveMenu[i+3]==1) doMoveDown4();
		else setTimeout("doMoveUp4()", delay);		
	}
	else {
		arrayMoveMenu[i+2]=0-arrayMoveMenu[i+1];
		document.getElementById(arrayMoveMenu[i]).style.visibility = "hidden";		
	}
}



function doArrayOn (sm,start) {	
	arrayMoveMenu[start+1]=document.getElementById(sm).offsetHeight;
	arrayMoveMenu[start+2]=0-arrayMoveMenu[start+1];
	arrayMoveMenu[start+3]=1;
	document.getElementById(sm).style.top = arrayMoveMenu[start+2]+"px";
	document.getElementById(sm).style.visibility = "visible";
	if (sm=="sm1") doMoveDown1();
	if (sm=="sm2") doMoveDown2();
	if (sm=="sm3") doMoveDown3();
	if (sm=="sm4") doMoveDown4();
}

function doOver(smenu){
	if ((smName != unDef)&&(smenu!=smName)) {
		smFlag = 1;
		doHide();
	}
	
	activeFlag = 1;
	if (smName!=smenu){		
		smName = smenu;
		if (smName=="sm1") doArrayOn (smName,0);
		if (smName=="sm2") doArrayOn (smName,4);
		if (smName=="sm3") doArrayOn (smName,8);
		if (smName=="sm4") doArrayOn (smName,12);
	}
	else {
		smFlag = 0;
	}
	
}

function killtimer(){

	if(id!=null){
		clearTimeout(id);
		id=null;		
	}

	return true;
}

function doHide(){
	
	if (smFlag) {
	
		if(id!=null) {
			killtimer();		
		}
	
		if (smName=="sm1") {
			arrayMoveMenu[3]=0;
			if (smName=="sm1") smName=unDef;
			doMoveUp1();
		}
		if (smName=="sm2") {
			arrayMoveMenu[7]=0;
			if (smName=="sm2") smName=unDef;
			doMoveUp2();
		}
		if (smName=="sm3") {
			arrayMoveMenu[11]=0;
			if (smName=="sm3") smName=unDef;
			doMoveUp3();
		}
		if (smName=="sm4") {
			arrayMoveMenu[15]=0;
			if (smName=="sm4") smName=unDef;
			doMoveUp4();
		}
		
	}

}

function doReset(){
	killtimer();
	if (activeFlag) smFlag = 1;
	id = setTimeout('doHide()', 500);
}

function  doOut(aSMflag) {
	if (aSMflag) {
		smFlag = 1;
		doReset();
	}
	else {
		smFlag = 0;
		activeFlag = 0;
	}
}



/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;

// Mozilla
function moveHints_for_storyN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hints_for_story').style.left = xoff + "px";
	document.getElementById('hints_for_story').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hints_for_story').style.visibility = "visible";
}

function hideHints_for_storyN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hints_for_story').style.visibility = "hidden";
}

// IE
function moveHints_for_story()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hints_for_story').style.left = xoff;
	document.getElementById('hints_for_story').style.top = yoff;
}

function hideHints_for_story()
{
	if (moz) return;
	document.getElementById('hints_for_story').style.visibility = "hidden";
}

function showHints_for_story(text)
{
	if (text == "") return;
	document.getElementById('hints_for_story').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHints_for_storyN;
		document.onmouseout = hideHints_for_storyN;
		return;
	}
    else
    { // for IE & Opera
		moveHints_for_story();
		document.getElementById('hints_for_story').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */



/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;

// Mozilla
function moveHintsttoN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintstto').style.left = xoff + "px";
	document.getElementById('hintstto').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintstto').style.visibility = "visible";
}

function hideHintsttoN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintstto').style.visibility = "hidden";
}

// IE
function moveHintstto()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintstto').style.left = xoff;
	document.getElementById('hintstto').style.top = yoff;
}

function hideHintstto()
{
	if (moz) return;
	document.getElementById('hintstto').style.visibility = "hidden";
}

function showHintstto(text)
{
	if (text == "") return;
	document.getElementById('hintstto').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHintsttoN;
		document.onmouseout = hideHintsttoN;
		return;
	}
    else
    { // for IE & Opera
		moveHintstto();
		document.getElementById('hintstto').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */



/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;

// Mozilla
function moveHintsnetcrN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsnetcr').style.left = xoff + "px";
	document.getElementById('hintsnetcr').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsnetcr').style.visibility = "visible";
}

function hideHintsnetcrN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsnetcr').style.visibility = "hidden";
}

// IE
function moveHintsnetcr()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsnetcr').style.left = xoff;
	document.getElementById('hintsnetcr').style.top = yoff;
}

function hideHintsnetcr()
{
	if (moz) return;
	document.getElementById('hintsnetcr').style.visibility = "hidden";
}

function showHintsnetcr(text)
{
	if (text == "") return;
	document.getElementById('hintsnetcr').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHintsnetcrN;
		document.onmouseout = hideHintsnetcrN;
		return;
	}
    else
    { // for IE & Opera
		moveHintsnetcr();
		document.getElementById('hintsnetcr').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */





/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;

// Mozilla
function moveHintsoffstreetN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsoffstreet').style.left = xoff + "px";
	document.getElementById('hintsoffstreet').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsoffstreet').style.visibility = "visible";
}

function hideHintsoffstreetN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsoffstreet').style.visibility = "hidden";
}

// IE
function moveHintsoffstreet()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsoffstreet').style.left = xoff;
	document.getElementById('hintsoffstreet').style.top = yoff;
}

function hideHintsoffstreet()
{
	if (moz) return;
	document.getElementById('hintsoffstreet').style.visibility = "hidden";
}

function showHintsoffstreet(text)
{
	if (text == "") return;
	document.getElementById('hintsoffstreet').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHintsoffstreetN;
		document.onmouseout = hideHintsoffstreetN;
		return;
	}
    else
    { // for IE & Opera
		moveHintsoffstreet();
		document.getElementById('hintsoffstreet').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;

// Mozilla
function moveHint_apponeN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappone').style.left = xoff + "px";
	document.getElementById('hintsappone').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappone').style.visibility = "visible";
}

function hideHint_apponeN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappone').style.visibility = "hidden";
}

// IE
function moveHint_appone()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappone').style.left = xoff;
	document.getElementById('hintsappone').style.top = yoff;
}

function hideHint_appone()
{
	if (moz) return;
	document.getElementById('hintsappone').style.visibility = "hidden";
}

function showHint_appone(text)
{
	if (text == "") return;
	document.getElementById('hintsappone').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_apponeN;
		document.onmouseout = hideHint_apponeN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appone();
		document.getElementById('hintsappone').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_apptwoN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapptwo').style.left = xoff + "px";
	document.getElementById('hintsapptwo').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapptwo').style.visibility = "visible";
}

function hideHint_apptwoN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapptwo').style.visibility = "hidden";
}

// IE
function moveHint_apptwo()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapptwo').style.left = xoff;
	document.getElementById('hintsapptwo').style.top = yoff;
}

function hideHint_apptwo()
{
	if (moz) return;
	document.getElementById('hintsapptwo').style.visibility = "hidden";
}

function showHint_apptwo(text)
{
	if (text == "") return;
	document.getElementById('hintsapptwo').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_apptwoN;
		document.onmouseout = hideHint_apptwoN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_apptwo();
		document.getElementById('hintsapptwo').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appthreeN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappthre').style.left = xoff + "px";
	document.getElementById('hintsappthre').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappthre').style.visibility = "visible";
}

function hideHint_appthreeN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappthre').style.visibility = "hidden";
}

// IE
function moveHint_appthree()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappthre').style.left = xoff;
	document.getElementById('hintsappthre').style.top = yoff;
}

function hideHint_appthree()
{
	if (moz) return;
	document.getElementById('hintsappthre').style.visibility = "hidden";
}

function showHint_appthree(text)
{
	if (text == "") return;
	document.getElementById('hintsappthre').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appthreeN;
		document.onmouseout = hideHint_appthreeN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appthree();
		document.getElementById('hintsappthre').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appforN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappfor').style.left = xoff + "px";
	document.getElementById('hintsappfor').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappfor').style.visibility = "visible";
}

function hideHint_appforN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappfor').style.visibility = "hidden";
}

// IE
function moveHint_appfor()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappfor').style.left = xoff;
	document.getElementById('hintsappfor').style.top = yoff;
}

function hideHint_appfor()
{
	if (moz) return;
	document.getElementById('hintsappfor').style.visibility = "hidden";
}

function showHint_appfor(text)
{
	if (text == "") return;
	document.getElementById('hintsappfor').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appforN;
		document.onmouseout = hideHint_appforN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appfor;
		document.getElementById('hintsappfor').style.visibility = "visible";
    }
}
/*!!! START HINT !!!*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_renfloorN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsrenfloor').style.left = xoff + "px";
	document.getElementById('hintsrenfloor').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsrenfloor').style.visibility = "visible";
}

function hideHint_renfloorN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsrenfloor').style.visibility = "hidden";
}

// IE
function hideHint_renfloor()
{
	if (moz) return;
	document.getElementById('hintsrenfloor').style.visibility = "hidden";
}

// IE
function moveHint_renfloor()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsrenfloor').style.left = xoff;
	document.getElementById('hintsrenfloor').style.top = yoff;
}

function showHint_renfloor(text)
{
	if (text == "") return;
	document.getElementById('hintsrenfloor').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_renfloorN;
		document.onmouseout = hideHint_renfloorN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_renfloor;
		document.getElementById('hintsrenfloor').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_sharkfuelN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintssharkfuel').style.left = xoff + "px";
	document.getElementById('hintssharkfuel').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintssharkfuel').style.visibility = "visible";
}

function hideHint_sharkfuelN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintssharkfuel').style.visibility = "hidden";
}

// IE
function hideHint_sharkfuel()
{
	if (moz) return;
	document.getElementById('hintssharkfuel').style.visibility = "hidden";
}

// IE
function moveHint_sharkfuel()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintssharkfuel').style.left = xoff;
	document.getElementById('hintssharkfuel').style.top = yoff;
}
function showHint_sharkfuel(text)
{
	if (text == "") return;
	document.getElementById('hintssharkfuel').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_sharkfuelN;
		document.onmouseout = hideHint_sharkfuelN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_sharkfuel;
		document.getElementById('hintssharkfuel').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */


var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;

// Mozilla
function moveHintsN(e)
{
	xoff = window.pageXOffset + e.clientX + 10;
	document.getElementById('hints').style.left = xoff + "px";
	document.getElementById('hints').style.top = window.pageYOffset + e.clientY + 10 + "px";
	document.getElementById('hints').style.visibility = "visible";
}

function hideHintsN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hints').style.visibility = "hidden";
}

// IE
function moveHints()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft + 10;
	yoff += window.event.clientY + document.documentElement.scrollTop + 10;
	document.getElementById('hints').style.left = xoff;
	document.getElementById('hints').style.top = yoff;
}

function hideHints()
{
	if (moz) return;
	document.getElementById('hints').style.visibility = "hidden";
}

function showHints(text)
{
	if (text == "") return;
	document.getElementById('hints').innerHTML = text;

	if (moz)
    { // for Mozilla
		document.onmousemove = moveHintsN;
		document.onmouseout = hideHintsN;
		return;
	}
    else
    { // for IE & Opera
		moveHints();
		document.getElementById('hints').style.visibility = "visible";
    }
}

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appfiveN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappfive').style.left = xoff + "px";
	document.getElementById('hintsappfive').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappfive').style.visibility = "visible";
}

function hideHint_appfiveN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappfive').style.visibility = "hidden";
}

// IE
function moveHint_appfive()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappfive').style.left = xoff;
	document.getElementById('hintsappfive').style.top = yoff;
}

function hideHint_appfive()
{
	if (moz) return;
	document.getElementById('hintsappfive').style.visibility = "hidden";
}

function showHint_appfive(text)
{
	if (text == "") return;
	document.getElementById('hintsappfive').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appfiveN;
		document.onmouseout = hideHint_appfiveN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appfive();
		document.getElementById('hintsappfive').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appsixN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappsix').style.left = xoff + "px";
	document.getElementById('hintsappsix').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappsix').style.visibility = "visible";
}

function hideHint_appsixN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappsix').style.visibility = "hidden";
}

// IE
function moveHint_appsix()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappsix').style.left = xoff;
	document.getElementById('hintsappsix').style.top = yoff;
}

function hideHint_appsix()
{
	if (moz) return;
	document.getElementById('hintsappsix').style.visibility = "hidden";
}

function showHint_appsix(text)
{
	if (text == "") return;
	document.getElementById('hintsappsix').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appsixN;
		document.onmouseout = hideHint_appsixN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appsix();
		document.getElementById('hintsappsix').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appsevenN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappseven').style.left = xoff + "px";
	document.getElementById('hintsappseven').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappseven').style.visibility = "visible";
}

function hideHint_appsevenN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappseven').style.visibility = "hidden";
}

// IE
function moveHint_appseven()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappseven').style.left = xoff;
	document.getElementById('hintsappseven').style.top = yoff;
}

function hideHint_appseven()
{
	if (moz) return;
	document.getElementById('hintsappseven').style.visibility = "hidden";
}

function showHint_appseven(text)
{
	if (text == "") return;
	document.getElementById('hintsappseven').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appsevenN;
		document.onmouseout = hideHint_appsevenN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appseven();
		document.getElementById('hintsappseven').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appeightN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappeight').style.left = xoff + "px";
	document.getElementById('hintsappeight').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappeight').style.visibility = "visible";
}

function hideHint_appeightN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappeight').style.visibility = "hidden";
}

// IE
function moveHint_appeight()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappeight').style.left = xoff;
	document.getElementById('hintsappeight').style.top = yoff;
}

function hideHint_appeight()
{
	if (moz) return;
	document.getElementById('hintsappeight').style.visibility = "hidden";
}

function showHint_appeight(text)
{
	if (text == "") return;
	document.getElementById('hintsappeight').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appeightN;
		document.onmouseout = hideHint_appeightN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appeight();
		document.getElementById('hintsappeight').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appnineN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappnine').style.left = xoff + "px";
	document.getElementById('hintsappnine').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappnine').style.visibility = "visible";
}

function hideHint_appnineN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappnine').style.visibility = "hidden";
}

// IE
function moveHint_appnine()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappnine').style.left = xoff;
	document.getElementById('hintsappnine').style.top = yoff;
}

function hideHint_appnine()
{
	if (moz) return;
	document.getElementById('hintsappnine').style.visibility = "hidden";
}

function showHint_appnine(text)
{
	if (text == "") return;
	document.getElementById('hintsappnine').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appnineN;
		document.onmouseout = hideHint_appnineN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appnine();
		document.getElementById('hintsappnine').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_apptenN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappten').style.left = xoff + "px";
	document.getElementById('hintsappten').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappten').style.visibility = "visible";
}

function hideHint_apptenN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappten').style.visibility = "hidden";
}

// IE
function moveHint_appten()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappten').style.left = xoff;
	document.getElementById('hintsappten').style.top = yoff;
}

function hideHint_appten()
{
	if (moz) return;
	document.getElementById('hintsappten').style.visibility = "hidden";
}

function showHint_appten(text)
{
	if (text == "") return;
	document.getElementById('hintsappten').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_apptenN;
		document.onmouseout = hideHint_apptenN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appten();
		document.getElementById('hintsappten').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_appelevenN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsappeleven').style.left = xoff + "px";
	document.getElementById('hintsappeleven').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsappeleven').style.visibility = "visible";
}

function hideHint_appelevenN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsappeleven').style.visibility = "hidden";
}

// IE
function moveHint_appeleven()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsappeleven').style.left = xoff;
	document.getElementById('hintsappeleven').style.top = yoff;
}

function hideHint_appeleven()
{
	if (moz) return;
	document.getElementById('hintsappeleven').style.visibility = "hidden";
}

function showHint_appeleven(text)
{
	if (text == "") return;
	document.getElementById('hintsappeleven').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_appelevenN;
		document.onmouseout = hideHint_appelevenN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_appeleven();
		document.getElementById('hintsappeleven').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_apptwelveN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapptwelve').style.left = xoff + "px";
	document.getElementById('hintsapptwelve').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapptwelve').style.visibility = "visible";
}

function hideHint_apptwelveN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapptwelve').style.visibility = "hidden";
}

// IE
function moveHint_apptwelve()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapptwelve').style.left = xoff;
	document.getElementById('hintsapptwelve').style.top = yoff;
}

function hideHint_apptwelve()
{
	if (moz) return;
	document.getElementById('hintsapptwelve').style.visibility = "hidden";
}

function showHint_apptwelve(text)
{
	if (text == "") return;
	document.getElementById('hintsapptwelve').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_apptwelveN;
		document.onmouseout = hideHint_apptwelveN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_apptwelve();
		document.getElementById('hintsapptwelve').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app13N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp13').style.left = xoff + "px";
	document.getElementById('hintsapp13').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp13').style.visibility = "visible";
}

function hideHint_app13N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp13').style.visibility = "hidden";
}

// IE
function moveHint_app13()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp13').style.left = xoff;
	document.getElementById('hintsapp13').style.top = yoff;
}

function hideHint_app13()
{
	if (moz) return;
	document.getElementById('hintsapp13').style.visibility = "hidden";
}

function showHint_app13(text)
{
	if (text == "") return;
	document.getElementById('hintsapp13').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app13N;
		document.onmouseout = hideHint_app13N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app13();
		document.getElementById('hintsapp13').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app14N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp14').style.left = xoff + "px";
	document.getElementById('hintsapp14').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp14').style.visibility = "visible";
}

function hideHint_app14N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp14').style.visibility = "hidden";
}

// IE
function moveHint_app14()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp14').style.left = xoff;
	document.getElementById('hintsapp14').style.top = yoff;
}

function hideHint_app14()
{
	if (moz) return;
	document.getElementById('hintsapp14').style.visibility = "hidden";
}

function showHint_app14(text)
{
	if (text == "") return;
	document.getElementById('hintsapp14').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app14N;
		document.onmouseout = hideHint_app14N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app14();
		document.getElementById('hintsapp14').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app15N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp15').style.left = xoff + "px";
	document.getElementById('hintsapp15').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp15').style.visibility = "visible";
}

function hideHint_app15N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp15').style.visibility = "hidden";
}

// IE
function moveHint_app15()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp15').style.left = xoff;
	document.getElementById('hintsapp15').style.top = yoff;
}

function hideHint_app15()
{
	if (moz) return;
	document.getElementById('hintsapp15').style.visibility = "hidden";
}

function showHint_app15(text)
{
	if (text == "") return;
	document.getElementById('hintsapp15').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app15N;
		document.onmouseout = hideHint_app15N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app15();
		document.getElementById('hintsapp15').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app16N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp16').style.left = xoff + "px";
	document.getElementById('hintsapp16').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp16').style.visibility = "visible";
}

function hideHint_app16N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp16').style.visibility = "hidden";
}

// IE
function moveHint_app16()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp16').style.left = xoff;
	document.getElementById('hintsapp16').style.top = yoff;
}

function hideHint_app16()
{
	if (moz) return;
	document.getElementById('hintsapp16').style.visibility = "hidden";
}

function showHint_app16(text)
{
	if (text == "") return;
	document.getElementById('hintsapp16').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app16N;
		document.onmouseout = hideHint_app16N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app16();
		document.getElementById('hintsapp16').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */


/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app17N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp17').style.left = xoff + "px";
	document.getElementById('hintsapp17').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp17').style.visibility = "visible";
}

function hideHint_app17N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp17').style.visibility = "hidden";
}

// IE
function moveHint_app17()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp17').style.left = xoff;
	document.getElementById('hintsapp17').style.top = yoff;
}

function hideHint_app17()
{
	if (moz) return;
	document.getElementById('hintsapp17').style.visibility = "hidden";
}

function showHint_app17(text)
{
	if (text == "") return;
	document.getElementById('hintsapp17').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app17N;
		document.onmouseout = hideHint_app17N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app17();
		document.getElementById('hintsapp17').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app18N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp18').style.left = xoff + "px";
	document.getElementById('hintsapp18').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp18').style.visibility = "visible";
}

function hideHint_app18N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp18').style.visibility = "hidden";
}

// IE
function moveHint_app18()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp18').style.left = xoff;
	document.getElementById('hintsapp18').style.top = yoff;
}

function hideHint_app18()
{
	if (moz) return;
	document.getElementById('hintsapp18').style.visibility = "hidden";
}

function showHint_app18(text)
{
	if (text == "") return;
	document.getElementById('hintsapp18').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app18N;
		document.onmouseout = hideHint_app18N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app18();
		document.getElementById('hintsapp18').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app19N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp19').style.left = xoff + "px";
	document.getElementById('hintsapp19').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp19').style.visibility = "visible";
}

function hideHint_app19N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp19').style.visibility = "hidden";
}

// IE
function moveHint_app19()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp19').style.left = xoff;
	document.getElementById('hintsapp19').style.top = yoff;
}

function hideHint_app19()
{
	if (moz) return;
	document.getElementById('hintsapp19').style.visibility = "hidden";
}

function showHint_app19(text)
{
	if (text == "") return;
	document.getElementById('hintsapp19').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app19N;
		document.onmouseout = hideHint_app19N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app19();
		document.getElementById('hintsapp19').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
/*<![CDATA[*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_app20N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsapp20').style.left = xoff + "px";
	document.getElementById('hintsapp20').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsapp20').style.visibility = "visible";
}

function hideHint_app20N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsapp20').style.visibility = "hidden";
}

// IE
function moveHint_app20()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsapp20').style.left = xoff;
	document.getElementById('hintsapp20').style.top = yoff;
}

function hideHint_app20()
{
	if (moz) return;
	document.getElementById('hintsapp20').style.visibility = "hidden";
}

function showHint_app20(text)
{
	if (text == "") return;
	document.getElementById('hintsapp20').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_app20N;
		document.onmouseout = hideHint_app20N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_app20();
		document.getElementById('hintsapp20').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_ca1N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsca1').style.left = xoff + "px";
	document.getElementById('hintsca1').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsca1').style.visibility = "visible";
}

function hideHint_ca1N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsca1').style.visibility = "hidden";
}

// IE
function hideHint_ca1()
{
	if (moz) return;
	document.getElementById('hintsca1').style.visibility = "hidden";
}

// IE
function moveHint_ca1()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsca1').style.left = xoff;
	document.getElementById('hintsca1').style.top = yoff;
}
function showHint_ca1(text)
{
	if (text == "") return;
	document.getElementById('hintsca1').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_ca1N;
		document.onmouseout = hideHint_ca1N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_ca1;
		document.getElementById('hintsca1').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */


/*!!! START HINT !!!*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_ca2N(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsca2').style.left = xoff + "px";
	document.getElementById('hintsca2').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsca2').style.visibility = "visible";
}

function hideHint_ca2N(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsca2').style.visibility = "hidden";
}

// IE
function hideHint_ca2()
{
	if (moz) return;
	document.getElementById('hintsca2').style.visibility = "hidden";
}

// IE
function moveHint_ca2()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsca2').style.left = xoff;
	document.getElementById('hintsca2').style.top = yoff;
}
function showHint_ca2(text)
{
	if (text == "") return;
	document.getElementById('hintsca2').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_ca2N;
		document.onmouseout = hideHint_ca2N;
		return;
	}
    else
    { // for IE & Opera
		moveHint_ca2;
		document.getElementById('hintsca2').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_spaN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsspa').style.left = xoff + "px";
	document.getElementById('hintsspa').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsspa').style.visibility = "visible";
}

function hideHint_spaN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsspa').style.visibility = "hidden";
}

// IE
function hideHint_spa()
{
	if (moz) return;
	document.getElementById('hintsspa').style.visibility = "hidden";
}

// IE
function moveHint_spa()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsspa').style.left = xoff;
	document.getElementById('hintsspa').style.top = yoff;
}
function showHint_spa(text)
{
	if (text == "") return;
	document.getElementById('hintsspa').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_spaN;
		document.onmouseout = hideHint_spaN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_spa;
		document.getElementById('hintsspa').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */

/*!!! START HINT !!!*/
var dom = (document.getElementById) ? true : false;
var moz = (dom && (navigator.appName=="Netscape")) ? true : false;
// Mozilla
function moveHint_micelaN(e)
{
	xoff = window.pageXOffset + e.clientX - 180;
	document.getElementById('hintsmicela').style.left = xoff + "px";
	document.getElementById('hintsmicela').style.top = window.pageYOffset + e.clientY + 30 + "px";
	document.getElementById('hintsmicela').style.visibility = "visible";
}

function hideHint_micelaN(e)
{
	document.onmousemove = null;
	document.onmouseout = null;
    document.getElementById('hintsmicela').style.visibility = "hidden";
}

// IE
function hideHint_micela()
{
	if (moz) return;
	document.getElementById('hintsmicela').style.visibility = "hidden";
}

// IE
function moveHint_micela()
{
	if (moz) return;
    xoff = 0;
    yoff = 0;
	xoff += window.event.clientX + document.documentElement.scrollLeft - 180;
	yoff += window.event.clientY + document.documentElement.scrollTop + 30;
	document.getElementById('hintsmicela').style.left = xoff;
	document.getElementById('hintsmicela').style.top = yoff;
}
function showHint_micela(text)
{
	if (text == "") return;
	document.getElementById('hintsmicela').innerHTML = text;
	if (moz)
    { // for Mozilla
		document.onmousemove = moveHint_micelaN;
		document.onmouseout = hideHint_micelaN;
		return;
	}
    else
    { // for IE & Opera
		moveHint_micela;
		document.getElementById('hintsmicela').style.visibility = "visible";
    }
}
/* !!! END HINT !!! */
/*
This license text has to stay intact at all times:
fleXcroll Public License Version
Cross Browser Custom Scroll Bar Script by Hesido.
Public version - Free for non-commercial uses.

This script cannot be used in any commercially built
web sites, or in sites that relates to commercial
activities. This script is not for re-distribution.
For licensing options:
Contact Emrah BASKAYA @ www.hesido.com

Derivative works are only allowed for personal uses,
and they cannot be redistributed.

FleXcroll Public Key Code: 20050907122003339
MD5 hash for this license: 9ada3be4d7496200ab2665160807745d

End of license text---
*/

// fleXcroll v1.9.5f

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7 E={4L:6(){Q.N(1i,\'4v\',Q.51)},3s:6(f){7 g=17,G=1i,1Z=6Q;5(!g.20||!g.4b)B;5(3M(f)==\'4f\')f=17.20(f);5(f==14||1Z.3b.2v(\'5H\')!=-1||((1Z.3b.2v(\'5l\')!=-1||1Z.3b.2v(\'6n\')!=-1)&&!(3M(4O)!="6y"&&4O.6z))||1Z.65==\'67\'||(1Z.6d.2v(\'5h\')!=-1&&1Z.3b.2v(\'5J\')!=-1))B;5(f.1G){f.1G();B};5(!f.1W||f.1W==\'\'){7 h="6h",c=1;1E(17.20(h+c)!=14){c++};f.1W=h+c}7 k=f.1W;f.3n=2n 5E();7 l=f.3n;l.1K={6G:[\'-1s\',0],5r:[0,\'-1s\'],5f:[\'1s\',0],5m:[0,\'1s\'],5w:[0,\'-1p\'],5M:[0,\'1p\'],5Z:[0,\'-52\'],66:[0,\'+52\']};l.3R=["-2s","2s"];l.3z=["-2s","2s"];7 m=Z(\'6e\',C),D=Z(\'6c\',C),H=Z(\'6m\',C),18=Z(\'6O\',C);7 o=Z(\'5x\',C),1g=Z(\'5O\',C),2M=8;18.A.1v=\'4B 4P 5F\';18.1N();f.19.4W=\'2w\';1g.A.6F="6J";1g.A.1x="4j";1g.A.T="4j";1g.A.1P="3X";1g.A.3F="-6u";1g.1N();7 p=f.R,4X=f.1e;2c(f,18,\'16\',[\'1v-12-T\',\'1v-26-T\',\'1v-13-T\',\'1v-1R-T\']);7 q=f.R,4g=f.1e,3A=4X-4g,3C=p-q;7 s=(f.1T)?f.1T:0,5b=(f.1S)?f.1S:0;7 t=17.3O.1k,3S=/#([^#.]*)$/;7 u=[\'5B\',\'60\',\'5c\'];l.V=[];l.21=[];l.5s=l.O=[];l.5A=l.1M=[];l.1u=[8,8];l.W=[];l.1H=[0,0];l.1m=[];l.3x=[];l.X=[];1E(f.4M){m.Y(f.4M)};m.Y(o);f.Y(D);f.Y(18);5(L(f,\'1P\')!=\'3X\')f.19.1P="37";7 w=L(f,\'6p-6r\');f.19.4d=\'12\';D.A.T="4x";D.A.1x="4x";D.A.13="16";D.A.12="16";2c(f,18,"16",[\'J-12\',\'J-13\',\'J-26\',\'J-1R\']);7 x=f.1e,4e=f.R,3p;3p=D.R;D.A.5g="6b 4P 6I";5(D.R>3p)2M=C;D.A.5j="16";2c(18,f,8,[\'J-12\',\'J-13\',\'J-26\',\'J-1R\']);1o(D);1o(f);l.X[0]=D.1f-f.1f;l.X[2]=D.1h-f.1h;f.19.53=L(f,"J-1R");f.19.4G=L(f,"J-26");1o(D);1o(f);l.X[1]=D.1f-f.1f;l.X[3]=D.1h-f.1h;f.19.53=L(18,"J-13");f.19.4G=L(18,"J-12");7 y=l.X[2]+l.X[3],3E=l.X[0]+l.X[1];D.19.4d=w;2c(f,D,8,[\'J-12\',\'J-26\',\'J-13\',\'J-1R\']);H.A.T=f.1e+\'F\';H.A.1x=f.R+\'F\';D.A.T=x+\'F\';D.A.1x=4e+\'F\';H.A.1P=\'3X\';H.A.13=\'16\';H.A.12=\'16\';D.Y(m);f.Y(H);H.Y(1g);m.A.1P=\'37\';D.A.1P=\'37\';m.A.13="0";m.A.T="4y%";D.A.4W=\'2w\';D.A.12="-"+l.X[2]+"F";D.A.13="-"+l.X[0]+"F";l.3T=1g.R;l.2G=6(){7 a=m.5Q,2H=6j=0;1q(7 i=0;i<a.4A;i++){5(a[i].1e){2H=11.1Y(a[i].1e,2H)}};l.O[0]=((l.W[1]&&!l.1m[1])||l.21[1])?f.1e-l.1H[0]:f.1e;l.1M[0]=2H+y;B l.1M[0]};l.2K=6(){l.O[1]=((l.W[0]&&!l.1m[0])||l.21[0])?f.R-l.1H[1]:f.R;l.1M[1]=m.R+3E-2;B l.1M[1]};l.4D=6(){m.A.3I=\'6g\';m.A.3I=\'5t\'};l.3K=6(){D.A.T=(2M)?(l.O[0]-y-3A)+\'F\':l.O[0]+\'F\'};l.3U=6(){D.A.1x=(2M)?(l.O[1]-3E-3C)+\'F\':l.O[1]+\'F\'};l.2m=6(){l.2G();l.2K();H.2E=2n 3v();7 a=H.2E;2m(a,\'6N\');a.2i=[1a(L(a.4,\'J-13\')),1a(L(a.4,\'J-1R\'))];a.4.A.J=\'16\';a.4.K=0;a.4.2O=C;a.4.2a=1;m.4h=a.4;3o(a,0);l.1H[0]=a.1b.1e;l.3K();H.2Q=2n 3v();7 b=H.2Q;2m(b,\'5p\');b.2i=[1a(L(b.4,\'J-12\')),1a(L(b.4,\'J-26\'))];b.4.A.J=\'16\';b.4.K=0;b.4.2O=8;b.4.2a=0;m.5D=b.4;5(G.4T)b.4.A.1P=\'37\';3o(b,0);l.1H[1]=b.1b.R;l.3U();H.A.1x=f.R+\'F\';b.2p=Z(\'68\');H.Y(b.2p);b.2p.3r=6(){b.4.2S=C;l.1Q=b.4;b.4.2U=C;b.4.29=8;H.2E.4.29=8;E.N(g,\'3G\',2x);E.N(g,\'2g\',2W);E.N(g,\'2X\',2F);B 8}};l.1Q=14;l.2m();m.57(o);5(!Q.28(f,\'49\',2f)||!Q.28(f,\'4a\',2f)){f.5C=2f};Q.28(f,\'49\',2f);Q.28(f,\'4a\',2f);f.5G(\'5I\',\'0\');Q.N(f,\'5K\',6(e){5(f.2Z)B;5(!e){7 e=G.1w};7 a=e.4k;l.4u=a;l.27();5(l.1K[\'1L\'+a]&&!1i.4T){f.1c(l.1K[\'1L\'+a][0],l.1K[\'1L\'+a][1],C);5(e.1J)e.1J();B 8}});Q.N(f,\'6q\',6(e){5(f.2Z)B;5(!e){7 e=G.1w};7 a=e.4k;5(l.1K[\'1L\'+a]){f.1c(l.1K[\'1L\'+a][0],l.1K[\'1L\'+a][1],C);5(e.1J)e.1J();B 8}});Q.N(f,\'6s\',6(){l.4u=8});Q.N(g,\'2X\',2A);Q.N(f,\'6w\',6(e){5(!e)e=G.1w;7 a=(e.1A)?e.1A:(e.1n)?e.1n:8;5(!a||(a.1r&&a.1r.U(31("\\\\64\\\\b"))))B;l.4i=e.2r;l.4t=e.2k;33();1o(f);2A();E.N(g,\'2g\',3V);l.2u=[f.1h+10,f.1h+l.O[0]-10,f.1f+10,f.1f+l.O[1]-10]});6 3V(e){5(!e)e=G.1w;7 a=e.2r,3B=e.2k,3j=a+l.3D,3c=3B+l.3d;l.3e=(3j<l.2u[0]||3j>l.2u[1])?1:0;l.3f=(3c<l.2u[2]||3c>l.2u[3])?1:0;l.3k=a-l.4i;l.3m=3B-l.4t;l.36=(l.3k>40)?1:(l.3k<-40)?-1:0;l.39=(l.3m>40)?1:(l.3m<-40)?-1:0;5((l.36!=0||l.39!=0)&&!l.1U)l.1U=G.3a(6(){5(l.36==0&&l.39==0){G.2l(l.1U);l.1U=8;B};33();5(l.3e==1||l.3f==1)f.1c((l.36*l.3e)+"s",(l.39*l.3f)+"s",C)},45)};6 2A(){E.2d(g,\'2g\',3V);5(l.1U)G.2l(l.1U);l.1U=8;5(l.44)G.4V(l.44);5(l.46)G.2l(l.46)};6 33(){l.3D=(G.4Z)?G.4Z:(g.2e&&g.2e.1S)?g.2e.1S:0;l.3d=(G.54)?G.54:(g.2e&&g.2e.1T)?g.2e.1T:0};f.1G=6(a){H.2C();5(H.M[1]()===0||H.M[0]()===0)B;m.A.J=\'4B\';7 b=l.W[0],4p=l.W[1],47=H.2E,2t=H.2Q,2V,2J,2z=[];H.A.T=f.1e-3A+\'F\';H.A.1x=f.R-3C+\'F\';2z[0]=l.O[0];2z[1]=l.O[1];l.W[0]=l.2G()>l.O[0];l.W[1]=l.2K()>l.O[1];7 c=(b!=l.W[0]||4p!=l.W[1]||2z[0]!=l.O[0]||2z[1]!=l.O[1])?C:8;47.1b.3H(l.W[1]);2t.1b.3H(l.W[0]);2V=(l.W[1]||l.21[1]);2J=(l.W[0]||l.21[0]);l.2G();l.2K();l.3U();l.3K();5(!l.W[0]||!l.W[1]||l.1m[0]||l.1m[1])2t.2p.1N();1l 2t.2p.2C();5(2V)2N(47,(2J&&!l.1m[0])?l.1H[1]:0);1l m.A.13="0";5(2J)2N(2t,(2V&&!l.1m[1])?l.1H[0]:0);1l m.A.12="0";5(c&&!a)f.1G(C);m.A.J=\'16\';l.1u[0]=l.1u[1]=8};f.62=f.1c=6(a,b,c){7 d=[[8,8],[8,8]],P;5((a||a===0)&&l.V[0]){a=3L(a,0);P=H.2Q.4;P.1d=(c)?11.22(11.1Y(P.1I,P.1d-a),0):-a;P.3Q();d[0]=[-P.1d-P.24,-P.1I]}5((b||b===0)&&l.V[1]){b=3L(b,1);P=H.2E.4;P.1d=(c)?11.22(11.1Y(P.1I,P.1d-b),0):-b;P.3Q();d[1]=[-P.1d-P.24,-P.1I]}5(!c)l.1u[0]=l.1u[1]=8;B d};f.2Y=6(a){5(a==14||!59(a))B;7 b=48(a);f.1c(b[0]+l.X[2],b[1]+l.X[0],8);f.1c(0,0,C)};2c(18,f,\'16\',[\'1v-12-T\',\'1v-26-T\',\'1v-13-T\',\'1v-1R-T\']);f.57(18);f.1T=0;f.1S=0;f.2I=C;30(f,\'6i\',8);f.1G();f.1c(5b,s,C);5(t.U(3S)){f.2Y(g.20(t.U(3S)[1]))};l.5L=G.3a(6(){7 n=1g.R;5(n!=l.3T){f.1G();l.3T=n}},5N);6 3L(v,i){7 a=v.5P();v=5i(a);B 1a((a.U(/p$/))?v*l.O[i]*0.9:(a.U(/s$/))?v*l.O[i]*0.1:v)}6 41(a){7 a=a.6x(\'-\'),42=a[0],i;1q(i=1;3q=a[i];i++){42+=3q.6B(0).5U()+3q.5z(1)}B 42}6 L(a,b){5(G.4m)B G.4m(a,14).5W(b);5(a.4o)B a.4o[41(b)];B 8};6 2c(a,b,c,d){7 e=2n 3v();1q(7 i=0;i<d.4A;i++){e[i]=41(d[i]);b.19[e[i]]=L(a,d[i],e[i]);5(c)a.19[e[i]]=c}};6 Z(b,c){7 d=g.4b(\'4q\');d.1W=k+\'1L\'+b;d.1r=(c)?b:b+\' 5Y\';d.M=[6(){B d.1e},6(){B d.R}];d.2h=[6(a){d.A.T=a},6(a){d.A.1x=a}];d.4s=[6(){B L(d,"12")},6(){B L(d,"13")}];d.15=[6(a){d.A.12=a},6(a){d.A.13=a}];d.1N=6(){d.A.2j="2w"};d.2C=6(a){d.A.2j=(a)?L(a,\'2j\'):"5d"};d.A=d.19;B d};6 2m(a,b){a.1b=Z(b+\'5e\');a.2o=Z(b+\'5k\');a.25=Z(b+\'5o\');a.4=Z(b+\'5q\');a.1V=Z(b+\'5u\');a.1t=Z(b+\'5y\');H.Y(a.1b);a.1b.Y(a.4);a.1b.Y(a.2o);a.1b.Y(a.25);a.4.Y(a.1V);a.4.Y(a.1t)};6 3o(b,c){7 d=b.1b,4=b.4,i=4.2a;4.1O=b.2i[0];4.2P=d;4.D=D;4.4w=m;4.24=0;2N(b,c,C);4.3h=6(){4.K=(11.22(11.1Y(4.K,0),4.2b));4.1d=1a((4.K/4.32)*4.1I);4.24=(4.K==0)?0:(4.K==4.2b)?0:4.24;4.15[i](4.K+4.1O+"F");m.15[i](4.1d+4.24+"F")};4.3Q=6(){4.K=1a((4.1d*4.32)/4.1I);4.24=4.1d-1a((4.K/4.32)*4.1I);4.K=(11.22(11.1Y(4.K,0),4.2b));4.15[i](4.K+4.1O+"F");4.15[i](4.K+4.1O+"F");m.15[i](4.1d+"F")};l.2B=L(4,\'z-4F\');4.A.3F=(l.2B=="5R"||l.2B=="0"||l.2B==\'5T\')?2:l.2B;D.A.3F=L(4,\'z-4F\');4.3r=6(){4.2U=C;l.1Q=4;4.2S=8;4.29=8;E.N(g,\'3G\',2x);E.N(g,\'2g\',2W);E.N(g,\'2X\',2F);B 8};4.5V=2A;d.3r=d.5X=6(e){5(!e){7 e=G.1w}5(e.1A&&(e.1A==b.1V||e.1A==b.1t||e.1A==b.4))B;5(e.1n&&(e.1n==b.1V||e.1n==b.1t||e.1n==b.4))B;7 a,1X=[];33();l.27();1o(4);a=(4.2O)?e.2k+l.3d-4.1f:e.2r+l.3D-4.1h;1X[4.2a]=(a<0)?l.3z[0]:l.3z[1];1X[1-4.2a]=0;f.1c(1X[0],1X[1],C);5(e.61!="63"){2A();l.44=G.4H(6(){l.46=G.3a(6(){f.1c(1X[0],1X[1],C)},4J)},69)}B 8};d.3H=6(r){5(r){d.2C(f);l.1m[i]=(L(d,"2j")=="2w")?C:8;5(!l.1m[i])4.2C(f);1l 4.1N();l.V[i]=C;30(d,"","4N")}1l{d.1N();4.1N();l.21[i]=(L(d,"2j")!="2w")?C:8;l.V[i]=8;4.K=0;m.15[i](\'16\');30(d,"4N","")}D.15[1-i]((l.3x[i]&&(r||l.21[i])&&!l.1m[i])?l.1H[1-i]-l.X[i*2]+"F":"-"+l.X[i*2]+"F")};d.6f=2x};6 2N(a,b,c){7 d=a.1b,4=a.4,2o=a.2o,1V=a.1V,25=a.25,1t=a.1t,i=4.2a;d.2h[i](H.M[i]()-b+\'F\');d.15[1-i](H.M[1-i]()-d.M[1-i]()+\'F\');l.3x[i]=(1a(d.4s[1-i]())===0)?C:8;a.3l=a.2i[0]+a.2i[1];a.3J=1a((d.M[i]()-a.3l)*0.6l);4.4R=11.22(11.1Y(11.22(1a(l.O[i]/l.1M[i]*d.M[i]()),a.3J),45),a.3J);4.2h[i](4.4R+\'F\');4.2b=d.M[i]()-4.M[i]()-a.3l;4.K=11.22(11.1Y(0,4.K),4.2b);4.15[i](4.K+4.1O+\'F\');4.1I=D.M[i]()-l.1M[i];4.32=4.2b;2o.2h[i](d.M[i]()-25.M[i]()+\'F\');1V.2h[i](4.M[i]()-1t.M[i]()+\'F\');1t.15[i](4.M[i]()-1t.M[i]()+\'F\');25.15[i](d.M[i]()-25.M[i]()+\'F\');5(!c)4.3h();l.4D()};l.27=6(){D.1T=0;D.1S=0;f.1T=0;f.1S=0};Q.N(G,\'4v\',6(){5(f.2I)f.1G()});Q.N(G,\'6o\',6(){5(f.3t)G.4V(f.3t);f.3t=G.4H(6(){5(f.2I)f.1G()},4J)});1q(7 j=0,3i;3i=u[j];j++){7 z=f.34(3i);1q(7 i=0,2R;2R=z[i];i++){E.N(2R,\'6A\',6(){f.2Z=C});E.N(2R,\'6C\',6E=6(){f.2Z=8})}};6 2x(){B 8};6 2W(e){5(!e){7 e=G.1w};7 a=l.1Q,I,3N,6K,6M;5(a==14)B;5(!E.56&&!e.6P)2F();3N=(a.2S)?2:1;1q(7 i=0;i<3N;i++){I=(i==1)?a.4w.4h:a;5(a.2U){5(!I.29){l.27();1o(I);1o(I.2P);I.58=e.2k-I.1f;I.5a=e.2r-I.1h;I.4E=I.K;I.29=C};I.K=(I.2O)?e.2k-I.58-I.2P.1f-I.1O:e.2r-I.5a-I.2P.1h-I.1O;5(a.2S)I.K=I.K+(I.K-I.4E);I.3h()}1l I.29=8}};6 2F(){5(l.1Q!=14){l.1Q.2U=8}l.1Q=14;E.2d(g,\'3G\',2x);E.2d(g,\'2g\',2W);E.2d(g,\'2X\',2F)};6 2f(e){5(!e)e=G.1w;5(!Q.2I)B;7 a=Q,35,3P,1C=8,1j=0,1D;l.27();3g=(e.1A)?e.1A:(e.1n)?e.1n:Q;5(3g.1W&&3g.1W.U(/6a/))1C=C;5(e.4K)1j=-e.4K;5(e.4r)1j=e.4r;1j=(1j<0)?-1:+1;1D=(1j<0)?0:1;l.1u[1-1D]=8;5((l.1u[1D]&&!1C)||(!l.V[0]&&!l.V[1]))B;5(l.V[1]&&!1C)1B=f.1c(8,l.3R[1D],C);35=!l.V[1]||1C||(l.V[1]&&((1B[1][0]==1B[1][1]&&1j>0)||(1B[1][0]==0&&1j<0)));5(l.V[0]&&(!l.V[1]||1C))1B=f.1c(l.3R[1D],8,C);3P=!l.V[0]||(l.V[0]&&l.V[1]&&35&&!1C)||(l.V[0]&&((1B[0][0]==1B[0][1]&&1j>0)||(1B[0][0]==0&&1j<0)));5(35&&3P&&!1C)l.1u[1D]=C;1l l.1u[1D]=8;5(e.1J)e.1J();B 8};6 59(a){1E(a.1y){a=a.1y;5(a==f)B C}B 8};6 1o(a){7 b=a,23=1z=0;7 c="";5(b.2T){1E(b){23+=b.4c;1z+=b.4Q;b=b.2T;c+=1z+" "}}1l 5(b.x){23+=b.x;1z+=b.y}a.1h=23;a.1f=1z};6 48(a){7 b=a;23=1z=0;1E(!b.R&&b.1y&&b!=m&&L(b,\'3I\')=="6k"){b=b.1y}5(b.2T){1E(b!=m){23+=b.4c;1z+=b.4Q;b=b.2T}}B[23,1z]};6 30(a,b,c){5(!a.1r)a.1r=\'\';7 d=a.1r;5(b&&!d.U(31("(^|\\\\s)"+b+"($|\\\\s)")))d=d.3W(/(\\S$)/,\'$1 \')+b;5(c)d=d.3W(31("((^|\\\\s)+"+c+")+($|\\\\s)","g"),\'$2\').3W(/\\s$/,\'\');a.1r=d}},51:6(){5(E.38)1i.2l(E.38);7 d=/#([^#.]*)$/,2q=/(.*)#.*$/,5v,i,1F,4U=17.34("a"),2y=17.3O.1k;5(2y.U(2q))2y=2y.U(2q)[1];1q(i=0;1F=4U[i];i++){5(1F.1k&&1F.1k.U(d)&&1F.1k.U(2q)&&2y===1F.1k.U(2q)[1]){1F.3Y=C;E.N(1F,\'6t\',6(e){5(!e)e=1i.1w;7 a=(e.1n)?e.1n:Q;1E(!a.3Y&&a.1y){a=a.1y};5(!a.3Y)B;7 b=17.20(a.1k.U(d)[1]),2L=8;5(b==14)b=(b=17.6v(a.1k.U(d)[1])[0])?b:14;5(b!=14){7 c=b;1E(c.1y){c=c.1y;5(c.2Y){c.2Y(b);2L=c}};5(2L){5(e.1J)e.1J();17.3O.1k="#"+a.1k.U(d)[1];2L.3n.27();B 8}}})}};E.3Z();5(1i.4Y)1i.4Y()},3Z:6(){5(E.4z)B;E.4z=C;7 a=E.50(17.34("5n")[0],"4q",\'4l\');1q(7 i=0,3u;3u=a[i];i++)E.3s(3u)},50:6(a,b,c){5(3M(a)==\'4f\')a=17.20(a);5(a==14)B 8;7 d=2n 31("(^|\\\\s)"+c+"($|\\\\s)"),6D,3w=[],43=0;7 e=a.34(b);1q(7 i=0,2D;2D=e[i];i++){5(2D.1r&&2D.1r.U(d)){3w[43]=2D;43++}};B 3w},38:1i.3a(6(){7 a=17.20(\'4l-6H\');5(a!=14){E.3Z();1i.2l(E.38)}},4y),N:6(a,b,c){5(!E.28(a,b,c)&&a.55){a.55(\'4C\'+b,c)}},28:6(a,b,c){5(a.3y){a.3y(b,c,8);E.56=C;1i.3y("6L",6(){E.2d(a,b,c)},8);B C}1l B 8},2d:6(a,b,c){5(!E.4n(a,b,c)&&a.4I)a.4I(\'4C\'+b,c)},4n:6(a,b,c){5(a.4S){a.4S(b,c,8);B C}1l B 8}};6 5S(a){E.3s(a)};E.4L();',62,425,'||||sBr|if|function|var|false||||||||||||||||||||||||||||sY|return|true|mDv|fleXenv|px|wD|tDv|movBr|padding|curPos|getStyle|getSize|addTrggr|cntRSize|Bar|this|offsetHeight||width|match|scroller|reqS|paddings|appendChild|createDiv||Math|left|top|null|setPos|0px|document|pDv|style|parseInt|sDv|contentScroll|trgtScrll|offsetWidth|yPos|fDv|xPos|window|delta|href|else|forcedHide|srcElement|findPos||for|className||sSBr|edge|border|event|height|parentNode|curtop|target|scrollState|hoverH|iNDx|while|anchoR|scrollUpdate|barSpace|mxScroll|preventDefault|keyAct|_|cntSize|fHide|minPos|position|goScroll|bottom|scrollLeft|scrollTop|tSelectFunc|sFBr|id|mV|max|nV|getElementById|forcedBar|min|curleft|targetSkew|sSDv|right|mDPosFix|addChckTrggr|moved|indx|maxPos|copyStyles|remTrggr|documentElement|mWheelProc|mousemove|setSize|barPadding|visibility|clientY|clearInterval|createScrollBars|new|sFDv|jBox|urlExt|clientX||hBr|mTBox|indexOf|hidden|retFalse|urlBase|cPSize|intClear|barZ|fShow|pusher|vrt|mMouseUp|getContentWidth|maxCWidth|fleXcroll|hUpReq|getContentHeight|eScroll|stdMode|updateScroll|vertical|ofstParent|hrz|formItem|scrollBoth|offsetParent|clicked|vUpReq|mMoveBar|mouseup|scrollToElement|focusProtect|classChange|RegExp|sRange|pageScrolled|getElementsByTagName|vEdge|sXdir|relative|catchFastInit|sYdir|setInterval|userAgent|mdY|yScrld|mOnXEdge|mOnYEdge|hElem|doScrollPos|inputName|mdX|xAw|padLoss|yAw|fleXdata|prepareScroll|mHeight|parT|onmousedown|fleXcrollMain|refreshTimeout|tgDiv|Array|retArray|forcedPos|addEventListener|baseAct|brdWidthLoss|mY|brdHeightLoss|xScrld|padHeightComp|zIndex|selectstart|setVisibility|display|baseProp|setWidth|calcCScrollVal|typeof|maxx|location|hEdge|contentScrollPos|wheelAct|uReg|zTHeight|setHeight|tSelectMouse|replace|absolute|fleXanchor|initByClass||camelConv|reT|key|barClickRetard||barClickScroll|vBr|findRCpos|mousewheel|DOMMouseScroll|createElement|offsetLeft|textAlign|postHeight|string|intlWidth|vBar|inMposX|1em|keyCode|flexcroll|getComputedStyle|remChckTrggr|currentStyle|reqV|div|detail|getPos|inMposY|pkeY|load|scrlTrgt|100px|100|initialized|length|1px|on|fixIEDispBug|inCurPos|index|paddingLeft|setTimeout|detachEvent|80|wheelDelta|fleXcrollInit|firstChild|flexinactive|HTMLElement|solid|offsetTop|aSize|removeEventListener|opera|anchorList|clearTimeout|overflow|brdWidth|onfleXcrollRun|pageXOffset|getByClassName|globalInit|100p|paddingTop|pageYOffset|attachEvent|w3events|removeChild|pointerOffsetY|isddvChild|pointerOffsetX|oScrollX|select|visible|base|_39|borderBottom|Mac|parseFloat|borderBottomWidth|basebeg|AppleWebKit|_40|body|baseend|hscroller|bar|_38|containerSize|block|barbeg|matcH|_33|domfixdiv|barend|substr|contentSize|textarea|onmousewheel|hBar|Object|blue|setAttribute|OmniWeb|tabIndex|MSIE|keydown|sizeChangeDetect|_34|2500|zoomdetectdiv|toString|childNodes|auto|CSBfleXcroll|normal|toUpperCase|onmouseover|getPropertyValue|ondblclick|scrollgeneric|_36|input|type|commitScroll|dblclick|bscrollgeneric|vendor|_35|KDE|scrollerjogbox|425|_hscroller|2px|mcontentwrapper|platform|contentwrapper|onmouseclick|none|flex__|flexcrollactive|compPad|inline|75|scrollwrapper|Safari|resize|text|keypress|align|keyup|click|999|getElementsByName|mousedown|split|undefined|prototype|focus|charAt|blur|clsnm|onblur|fontSize|_37|init|black|12px|xScroll|unload|yScroll|vscroller|copyholder|button|navigator'.split('|'),0,{}))



/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

function checkEmail(e)
{
 ok = "1234567890qwertyuiop[]asdfghjklzxcvbnm.@-_QWERTYUIOPASDFGHJKLZXCVBNM";

 for(i=0; i < e.length ;i++)
  if(ok.indexOf(e.charAt(i))<0)
   return (false);

 if (document.images)
 {
  re = /(@.*@)|(\.\.)|(^\.)|(^@)|(@$)|(\.$)|(@\.)/;
  re_two = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
  if (!e.match(re) && e.match(re_two))
   return true;
  else
   return false;

 }
 return true;

}

function checkForm()
{
var err = '';
 if (document.getElementById('full_name').value == '')
 {
  err = err + '<li>' + '<strong>Your Full Name</strong> - required to be filled' + '</li>';
 }

 if (document.getElementById('email').value == '')
 {
  err = err + '<li>' + '<strong>Email Address</strong> - required to be filled' + '</li>';
 }
  if (document.getElementById('re-email').value == '')
 {
  err = err + '<li>' + '<strong>Retype Email Address</strong> - required to be filled' + '</li>';
 }
 if (document.getElementById('email').value != '')
 {
  if (!checkEmail(document.getElementById('email').value))
  {
   err = err + '<li>' + '<strong>Invalid Email</strong></li>';
  }
 }

 if (document.getElementById('email').value != '')
 {
  if (document.getElementById('email').value != document.getElementById('re-email').value)
  {
   err = err + '<li>' + '<strong>Emails does not match</strong></li>';
  }
 }
if (err != '')
 {
  err ='<span>You forgot or did not correctly enter one or more fields. Please correct these errors:</span><ul>' + err + '</ul>';
  document.getElementById('fill_form').innerHTML=err;
  document.getElementById('fill_form').className="visible";
return false;
 }

 return true;
}

