﻿// JScript File
function window_onload() {
    //alert(" start of window_onload");
    /*10may 01 start of disabled
    document.getElementById("btnProgramOver").style.visibility = "hidden";
    document.getElementById("btnProgramOver").style.display = "none";
    document.getElementById("btnProgramDown").style.visibility = "hidden";
    document.getElementById("btnProgramDown").style.display = "none";

    document.getElementById("btnRegisterAOver").style.visibility = "hidden";
    document.getElementById("btnRegisterAOver").style.display = "none";
    document.getElementById("btnRegisterADown").style.visibility = "hidden";
    document.getElementById("btnRegisterADown").style.display = "none";

    document.getElementById("btnAboutOver").style.visibility = "hidden";
    document.getElementById("btnAboutOver").style.display = "none";
    document.getElementById("btnAboutDown").style.visibility = "hidden";
    document.getElementById("btnAboutDown").style.display = "none";

    document.getElementById("btnSpeaker1Over").style.visibility = "hidden";
    document.getElementById("btnSpeaker1Over").style.display = "none";
    document.getElementById("btnSpeaker1Down").style.visibility = "hidden";
    document.getElementById("btnSpeaker1Down").style.display = "none";
    
    document.getElementById("btnHotelOver").style.visibility = "hidden";
    document.getElementById("btnHotelOver").style.display = "none";
    document.getElementById("btnHotelDown").style.visibility = "hidden";
    document.getElementById("btnHotelDown").style.display = "none";

    document.getElementById("btnCallForResearchOver").style.visibility = "hidden";
    document.getElementById("btnCallForResearchOver").style.display = "none";
    document.getElementById("btnCallForResearchDown").style.visibility = "hidden";
    document.getElementById("btnCallForResearchDown").style.display = "none";

    document.getElementById("btnExhibitorsOver").style.visibility = "hidden";
    document.getElementById("btnExhibitorsOver").style.display = "none";
    document.getElementById("btnExhibitorsDown").style.visibility = "hidden";
    document.getElementById("btnExhibitorsDown").style.display = "none";
    //alert("b");
    if (document.getElementById("txtHTTP_USER_AGENT").Value == "Safari") {
        document.getElementById("btnRegisterRolloverSF").style.visibility = "hidden";
        document.getElementById("btnRegisterRolloverSF").style.display = "none";
        document.getElementById("btnRegisterUpSF").style.visibility = "hidden";
        document.getElementById("btnRegisterUpSF").style.display = "none";
    
        document.getElementById("btnIAYTRolloverSF").style.visibility = "hidden";
        document.getElementById("btnIAYTRolloverSF").style.display = "none";
        document.getElementById("btnIAYTUpSF").style.visibility = "hidden";
        document.getElementById("btnIAYTUpSF").style.display = "none";

        document.getElementById("btnTellRolloverSF").style.visibility = "hidden";
        document.getElementById("btnTellRolloverSF").style.display = "none";
        document.getElementById("btnTellUpSF").style.visibility = "hidden";
        document.getElementById("btnTellUpSF").style.display = "none";
    
    }
    
        if (document.getElementById("txtHTTP_USER_AGENT").value == "FIREFOX") {
            document.getElementById("btnRegisterRolloverFF").style.visibility = "hidden";
            document.getElementById("btnRegisterRolloverFF").style.display = "none";
            document.getElementById("btnRegisterUpFF").style.visibility = "hidden";
            document.getElementById("btnRegisterUpFF").style.display = "none";
    
            document.getElementById("btnIAYTRolloverFF").style.visibility = "hidden";
            document.getElementById("btnIAYTRolloverFF").style.display = "none";
            document.getElementById("btnIAYTUpFF").style.visibility = "hidden";
            document.getElementById("btnIAYTUpFF").style.display = "none";

            document.getElementById("btnTellRolloverFF").style.visibility = "hidden";
            document.getElementById("btnTellRolloverFF").style.display = "none";
            document.getElementById("btnTellUpFF").style.visibility = "hidden";
            document.getElementById("btnTellUpFF").style.display = "none";
        }
            
        if (document.getElementById("txtHTTP_USER_AGENT").value == "IE") {
                document.getElementById("btnRegisterRolloverIE").style.visibility = "hidden";
                document.getElementById("btnRegisterRolloverIE").style.display = "none";
                document.getElementById("btnRegisterUpIE").style.visibility = "hidden";
                document.getElementById("btnRegisterUpIE").style.display = "none";
    
                document.getElementById("btnIAYTRolloverIE").style.visibility = "hidden";
                document.getElementById("btnIAYTRolloverIE").style.display = "none";
                document.getElementById("btnIAYTUpIE").style.visibility = "hidden";
                document.getElementById("btnIAYTUpIE").style.display = "none";

                document.getElementById("btnTellRolloverIE").style.visibility = "hidden";
                document.getElementById("btnTellRolloverIE").style.display = "none";
                document.getElementById("btnTellUpIE").style.visibility = "hidden";
                document.getElementById("btnTellUpIE").style.display = "none";
        } 
            
                   document.getElementById("btnRegisterRollover1").style.visibility = "hidden";
                document.getElementById("btnRegisterRollover1").style.display = "none";
                document.getElementById("btnRegisterUp1").style.visibility = "hidden";
                document.getElementById("btnRegisterUp1").style.display = "none";
    
                document.getElementById("btnIAYTRollover1").style.visibility = "hidden";
                document.getElementById("btnIAYTRollover1").style.display = "none";
                document.getElementById("btnIAYTUp1").style.visibility = "hidden";
                document.getElementById("btnIAYTUp1").style.display = "none";

                document.getElementById("btnTellRollover1").style.visibility = "hidden";
                document.getElementById("btnTellRollover1").style.display = "none";
                document.getElementById("btnTellUp1").style.visibility = "hidden";
                document.getElementById("btnTellUp1").style.display = "none";
            
    
    //alert("leaving window_onload");
    10may 01 */
}
//FireFox
function btnRegisterClearFF_onmouseover() {
    //display the btnRegisterRollover
    document.getElementById("btnRegisterRolloverFF").style.visibility = "visible";
    document.getElementById("btnRegisterRolloverFF").style.display = "";
    document.getElementById("btnRegisterRolloverFF").zIndex = 100;
    //hide the btnRegisterUp
    document.getElementById("btnRegisterUpFF").style.visibility = "hidden";
    document.getElementById("btnRegisterUpFF").style.display = "none";
    document.getElementById("btnRegisterUpFF").zIndex = 30;
    
  	//10jan 24 document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
    
}

function btnRegisterClearFF_onmouseout() {
    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRolloverFF").style.visibility = "hidden";
    document.getElementById("btnRegisterRolloverFF").style.display = "none";

    //hide the btnRegisterUp
    //10apr 18 document.getElementById("btnRegisterUpFF").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnRegisterUpFF").style.display = "none";

    //10apr 18
    //show the btnRegisterUp
    document.getElementById("btnRegisterUpFF").style.visibility = "visible";
    document.getElementById("btnRegisterUpFF").style.display = "";
        
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}


function btnRegisterClearFF_onclick() {

    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRolloverFF").style.visibility = "hidden";
    document.getElementById("btnRegisterRolloverFF").style.display = "none";
    //show the btnRegisterUp
    document.getElementById("btnRegisterUpFF").style.visibility = "visible";
    document.getElementById("btnRegisterUpFF").style.display = "";
    document.getElementById("btnRegisterUpFF").style.zIndex = "100";
    
    //alert("btnRegisterClear_onclick");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_register_Part1.aspx";
        document.aspnetForm.submit();
    
}

//IE
function btnRegisterClearIE_onmouseover() {
    //display the btnRegisterRollover
    document.getElementById("btnRegisterRolloverIE").style.visibility = "visible";
    document.getElementById("btnRegisterRolloverIE").style.display = "";
    document.getElementById("btnRegisterRolloverIE").zIndex = 100;
    //hide the btnRegisterUp
    document.getElementById("btnRegisterUpIE").style.visibility = "hidden";
    document.getElementById("btnRegisterUpIE").style.display = "none";
    document.getElementById("btnRegisterUpIE").zIndex = 30;
    
    
  	//10jan 24 document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
    
}

function btnRegisterClearIE_onmouseout() {
    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRolloverIE").style.visibility = "hidden";
    document.getElementById("btnRegisterRolloverIE").style.display = "none";

    //hide the btnRegisterUp
    //10apr 18 document.getElementById("btnRegisterUpIE").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnRegisterUpIE").style.display = "none";

    //10apr 18 show the btnRegisterUp
    document.getElementById("btnRegisterUpIE").style.visibility = "visible";
    document.getElementById("btnRegisterUpIE").style.display = "";
        
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}


function btnRegisterClearIE_onclick() {

    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRolloverIE").style.visibility = "hidden";
    document.getElementById("btnRegisterRolloverIE").style.display = "none";
    //show the btnRegisterUp
    document.getElementById("btnRegisterUpIE").style.visibility = "visible";
    document.getElementById("btnRegisterUpIE").style.display = "";
    document.getElementById("btnRegisterUpIE").style.zIndex = "100";
    
    //alert("btnRegisterClear_onclick");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_register_Part1.aspx";
        document.aspnetForm.submit();
    
}
//For Safari
function btnRegisterClearSF_onmouseover() {
    //display the btnRegisterRollover
    document.getElementById("btnRegisterRolloverSF").style.visibility = "visible";
    document.getElementById("btnRegisterRolloverSF").style.display = "";
    document.getElementById("btnRegisterRolloverSF").zIndex = 100;
    //hide the btnRegisterUp
    document.getElementById("btnRegisterUpSF").style.visibility = "hidden";
    document.getElementById("btnRegisterUpSF").style.display = "none";
    document.getElementById("btnRegisterUpSF").zIndex = 30;
    
  	//10jan 24 document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
    
}

function btnRegisterClearSF_onmouseout() {
    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRolloverSF").style.visibility = "hidden";
    document.getElementById("btnRegisterRolloverSF").style.display = "none";

    //hide the btnRegisterUp
    //10apr 18 document.getElementById("btnRegisterUpSF").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnRegisterUpSF").style.display = "none";

    //10apr 18
    //show the btnRegisterUp
    document.getElementById("btnRegisterUpSF").style.visibility = "visible";
    document.getElementById("btnRegisterUpSF").style.display = "";
        
  	//10jan 24document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}


function btnRegisterClearSF_onclick() {

    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRolloverSF").style.visibility = "hidden";
    document.getElementById("btnRegisterRolloverSF").style.display = "none";
    //show the btnRegisterUp
    document.getElementById("btnRegisterUpSF").style.visibility = "visible";
    document.getElementById("btnRegisterUpSF").style.display = "";
    document.getElementById("btnRegisterUpSF").style.zIndex = "100";
    
    //alert("btnRegisterClear_onclick");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_register_Part1.aspx";
        document.aspnetForm.submit();
    
}

// For others
function btnRegisterClear1_onmouseover() {
    //display the btnRegisterRollover
    document.getElementById("btnRegisterRollover1").style.visibility = "visible";
    document.getElementById("btnRegisterRollover1").style.display = "";
    document.getElementById("btnRegisterRollover1").zIndex = 100;
    //hide the btnRegisterUp
    document.getElementById("btnRegisterUp1").style.visibility = "hidden";
    document.getElementById("btnRegisterUp1").style.display = "none";
    document.getElementById("btnRegisterUp1").zIndex = 30;
    
  	//10jan 24 document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
    
}

function btnRegisterClear1_onmouseout() {
    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRollover1").style.visibility = "hidden";
    document.getElementById("btnRegisterRollover1").style.display = "none";

    //hide the btnRegisterUp
    //10apr 18 document.getElementById("btnRegisterUp1").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnRegisterUp1").style.display = "none";
    
    //10apr 18
    //show the btnRegisterUp
    document.getElementById("btnRegisterUp1").style.visibility = "visible";
    document.getElementById("btnRegisterUp1").style.display = "";

  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}


function btnRegisterClear1_onclick() {

    //hide the btnRegisterRollover
    document.getElementById("btnRegisterRollover1").style.visibility = "hidden";
    document.getElementById("btnRegisterRollover1").style.display = "none";
    //show the btnRegisterUp
    document.getElementById("btnRegisterUp1").style.visibility = "visible";
    document.getElementById("btnRegisterUp1").style.display = "";
    document.getElementById("btnRegisterUp1").style.zIndex = "100";
    
    //alert("btnRegisterClear1_onclick");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_register_Part1.aspx";
        document.aspnetForm.submit();
    
}

function btnProgram_SYR2011_onclick() {
    //alert("in btnProgram_SYR2011_onclick");
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnProgramDown").style.visibility = "visible";
    document.getElementById("btnProgramDown").style.display = "";
    document.getElementById("btnProgramDown").zIndex = 100;
    //hide 
    document.getElementById("btnProgramUp").style.visibility = "hidden";
    document.getElementById("btnProgramUp").style.display = "none";
    document.getElementById("btnProgramUp").zIndex = 30;

    document.getElementById("btnProgramOver").style.visibility = "hidden";
    document.getElementById("btnProgramOver").style.display = "none";
    document.getElementById("btnProgramOver").zIndex = 30;
    */
    //10may 01
    document.getElementById("btnProgram_SYR2011").src="Images/nav/BTN_Program_DOWN.gif";
//alert("after .src");
    //07jul 26
    document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_Program.aspx";
    //alert("before submit");
    document.aspnetForm.submit()
        
}

function btnRegisterA_SYR2011_onclick() {
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnRegisterADown").style.visibility = "visible";
    document.getElementById("btnRegisterADown").style.display = "";
    document.getElementById("btnRegisterADown").zIndex = 100;
    //hide 
    document.getElementById("btnRegisterAUp").style.visibility = "hidden";
    document.getElementById("btnRegisterAUp").style.display = "none";
    document.getElementById("btnRegisterAUp").zIndex = 30;

    document.getElementById("btnRegisterAOver").style.visibility = "hidden";
    document.getElementById("btnRegisterAOver").style.display = "none";
    document.getElementById("btnRegisterAOver").zIndex = 30;
    */
    //10may 01
    document.getElementById("btnRegister_SYR2011").src="Images/nav/BTN_Register_DOWN.gif";

        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_register_Part1.aspx";
        document.aspnetForm.submit();
}

function btnCallForResearch_SYR2011_onclick() {
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnCallForResearchDown").style.visibility = "visible";
    document.getElementById("btnCallForResearchDown").style.display = "";
    document.getElementById("btnCallForResearchDown").zIndex = 100;
    //hide 
    document.getElementById("btnCallForResearchUp").style.visibility = "hidden";
    document.getElementById("btnCallForResearchUp").style.display = "none";
    document.getElementById("btnCallForResearchUp").zIndex = 30;

    document.getElementById("btnCallForResearchOver").style.visibility = "hidden";
    document.getElementById("btnCallForResearchOver").style.display = "none";
    document.getElementById("btnCallForResearchOver").zIndex = 30;
    */
    //10may 01
    document.getElementById("btnCallForResearch_SYR2011").src="Images/nav/BTN_CallForResearch_DOWN.gif";

        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_CallForPresentations.aspx";
        document.aspnetForm.submit();
}

function btnExhibitors_SYR2011_onclick() {
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnExhibitorsDown").style.visibility = "visible";
    document.getElementById("btnExhibitorsDown").style.display = "";
    document.getElementById("btnExhibitorsDown").zIndex = 100;
    //hide 
    document.getElementById("btnExhibitorsUp").style.visibility = "hidden";
    document.getElementById("btnExhibitorsUp").style.display = "none";
    document.getElementById("btnExhibitorsUp").zIndex = 30;

    document.getElementById("btnExhibitorsOver").style.visibility = "hidden";
    document.getElementById("btnExhibitorsOver").style.display = "none";
    document.getElementById("btnExhibitorsOver").zIndex = 30;
    */
    //10may 01
    document.getElementById("btnExhibitors_SYR2011").src="Images/nav/BTN_SponsorsAndSpeakers_DOWN.gif";
    
        //11may 09 document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_ExhibitorRegister_Part1.aspx";
        //11may 09
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_Sponsors.aspx";
        document.aspnetForm.submit();
}

function btnHotel_SYR2011_onclick() {
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnHotelDown").style.visibility = "visible";
    document.getElementById("btnHotelDown").style.display = "";
    document.getElementById("btnHotelDown").zIndex = 100;
    //hide 
    document.getElementById("btnHotelUp").style.visibility = "hidden";
    document.getElementById("btnHotelUp").style.display = "none";
    document.getElementById("btnHotelUp").zIndex = 30;

    document.getElementById("btnHotelOver").style.visibility = "hidden";
    document.getElementById("btnHotelOver").style.display = "none";
    document.getElementById("btnHotelOver").zIndex = 30;
    */
    //10may 01
    document.getElementById("btnHotel_SYR2011").src="Images/nav/BTN_Accommodations_DOWN.gif";

        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_travel.aspx";
        document.aspnetForm.submit();
}
//10may 06 start
function btnAboutA_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnAbout_SYR2011").src="SYR2011/Images/nav/BTN_About_DOWN.gif";
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_About.aspx";
    
        document.aspnetForm.submit();
}
function btnAboutA_SYR2011_onmouseout() {
    document.getElementById("btnAbout_SYR2011").src="SYR2011/Images/nav/BTN_About_UP.gif";
  	document.body.style.cursor = 'default';
}
function btnAboutA_onmouseover() {
    document.getElementById("btnAbout_SYR2011").src="SYR2011/Images/nav/BTN_About_OVER.gif";
  	document.body.style.cursor = 'pointer';
}
function btnRegisterB_SYR2011_onmouseout() {
    document.getElementById("btnRegister_SYR2011").src="SYR2011/Images/nav/BTN_Register_UP.gif";
  	document.body.style.cursor = 'default';
}
function btnRegisterB_SYR2011_onmouseover() {
    document.getElementById("btnRegister_SYR2011").src="SYR2011/Images/nav/BTN_Register_OVER.gif";
  	document.body.style.cursor = 'default';
}
function btnRegisterB_SYR2011_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnRegister_SYR2011").src="SYR2011/Images/nav/BTN_Register_DOWN.gif";
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_Register_Part1.aspx";
        document.aspnetForm.submit();
}

function btnProgramA_SYR2011_onmouseout() {
    document.getElementById("btnProgram_SYR2011").src="SYR2011/Images/nav/BTN_Program_UP.gif";
  	document.body.style.cursor = 'default';
}

function btnProgramA_SYR2011_onmouseover() {
    document.getElementById("btnProgram_SYR2011").src="SYR2011/Images/nav/BTN_Program_OVER.gif";
  	  	document.body.style.cursor = 'pointer';
}

function btnProgramA_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnProgram_SYR2011").src="SYR2011/Images/nav/BTN_Program_DOWN.gif";
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_Program.aspx";
        document.aspnetForm.submit();
}

function btnSpeaker1A_SYR2011_onmouseover() {
    document.getElementById("btnSpeaker1_SYR2011").src="SYR2011/Images/nav/BTN_Speaker_OVER.gif";
  	  	document.body.style.cursor = 'pointer';
}

function btnSpeaker1A_SYR2011_onmouseout() {
    document.getElementById("btnSpeaker1_SYR2011").src="SYR2011/Images/nav/BTN_Speaker_UP.gif";
  	document.body.style.cursor = 'default';
}

function btnSpeaker1A_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnSpeaker1_SYR2011").src="SYR2011/Images/nav/BTN_Speaker_DOWN.gif";
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_Faculty.aspx";
        document.aspnetForm.submit();
}

function btnHotelA_SYR2011_onmouseover() {
    document.getElementById("btnHotel_SYR2011").src="SYR2011/Images/nav/BTN_Accommodations_OVER.gif";
  	  	document.body.style.cursor = 'pointer';
}

function btnCallForResearchA_SYR2011_onmouseover() {
    document.getElementById("btnCallForResearch_SYR2011").src="SYR2011/Images/nav/BTN_CallForPosterAbstracts_OVER.gif";
	  	document.body.style.cursor = 'pointer';
}

function btnExhibitorsA_SYR2011_onmouseover() {
    document.getElementById("btnExhibitors_SYR2011").src="SYR2011/Images/nav/BTN_SponsorsAndPartners_OVER.gif";
  	  	document.body.style.cursor = 'pointer';
}

function btnCallForResearchA_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnCallForResearch_SYR2011").src="SYR2011/Images/nav/BTN_CallForResearch_DOWN.gif";
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_CallForPresentations.aspx";
        document.aspnetForm.submit();
}

function btnExhibitorsA_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnExhibitors_SYR2011").src="SYR2011/Images/nav/BTN_SponsorsAndSpeakers_DOWN.gif";
        //11may 09 document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_ExhibitorRegister_Part1.aspx";
        //11may 09
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_Sponsors.aspx";
        document.aspnetForm.submit();
}

function btnHotelA_SYR2011_onclick() {
    ResetMenuButtons();
    document.getElementById("btnHotel_SYR2011").src="SYR2011/Images/nav/BTN_Accommodations_DOWN.gif";
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_travel.aspx";
        document.aspnetForm.submit();
}

function btnHotelA_SYR2011_onmouseout() {
    document.getElementById("btnHotel_SYR2011").src="SYR2011/Images/nav/BTN_Accommodations_UP.gif";
  	document.body.style.cursor = 'default';
}

function btnCallForResearchA_SYR2011_onmouseout() {
    document.getElementById("btnCallForResearch_SYR2011").src="SYR2011/Images/nav/BTN_CallForPosterAbstracts_UP.gif";
  	  	document.body.style.cursor = 'default';
}

function btnExhibitorsA_SYR2011_onmouseout() {
    document.getElementById("btnExhibitors_SYR2011").src="SYR2011/Images/nav/BTN_SponsorsAndPartners_UP.gif";
  	  	document.body.style.cursor = 'default';
}

//10may 06 end

function btnAbout_SYR2011_onclick() {
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnAboutDown").style.visibility = "visible";
    document.getElementById("btnAboutDown").style.display = "";
    document.getElementById("btnAboutDown").zIndex = 100;
    //hide 
    document.getElementById("btnAboutUp").style.visibility = "hidden";
    document.getElementById("btnAboutUp").style.display = "none";
    document.getElementById("btnAboutUp").zIndex = 30;

    document.getElementById("btnAboutOver").style.visibility = "hidden";
    document.getElementById("btnAboutOver").style.display = "none";
    document.getElementById("btnAboutOver").zIndex = 30;
    10may 01 end of disabled */
    //10may 01
    document.getElementById("btnAbout_SYR2011").src="Images/nav/BTN_About_DOWN.gif";

        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_About.aspx";
        document.aspnetForm.submit();
}
function btnAbout_SYR2011_onmouseout() {
    //07aug 08
    //10may 01
    document.getElementById("btnAbout_SYR2011").src="Images/nav/BTN_About_UP.gif";
    /*10may 01 start of disabled
    if (document.getElementById("btnAboutDown").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnAboutUp").style.visibility = "visible";
        document.getElementById("btnAboutUp").style.display = "";
        document.getElementById("btnAboutUp")._SYR2011;

        document.getElementById("btnAboutDown").style.visibility = "hidden";
        document.getElementById("btnAboutDown").style.display = "none";
        document.getElementById("btnAboutDown").zIndex = 30;
    }
    10may 01 */
    
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}
function btnAbout_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnAbout_SYR2011").src="Images/nav/BTN_About_OVER.gif";

    /*10may 01 start of disabled
    //display the over button
    if (document.getElementById("btnAboutDown").style.visibility == "hidden") {
        document.getElementById("btnAboutOver").style.visibility = "visible";
        document.getElementById("btnAboutOver").style.display = "";
        document.getElementById("btnAboutOver").zIndex = 100;
        //hide 
        document.getElementById("btnAboutUp").style.visibility = "hidden";
        document.getElementById("btnAboutUp").style.display = "none";
        document.getElementById("btnAboutUp").zIndex = 30;

        document.getElementById("btnAboutDown").style.visibility = "hidden";
        document.getElementById("btnAboutDown").style.display = "none";
        document.getElementById("btnAboutDown").zIndex = 30;
    }
    10may 01 */
  	//10jan 24 document.getElementById("Form1").style.cursor = 'pointer';
  	document.body.style.cursor = 'pointer';
}

function btnSpeaker1_SYR2011_onclick() {
    //07aug 08
    ResetMenuButtons();
    /*10may 01 start of disabled
    //display the over button
    document.getElementById("btnSpeaker1Down").style.visibility = "visible";
    document.getElementById("btnSpeaker1Down").style.display = "";
    document.getElementById("btnSpeaker1Down").zIndex = 100;
    //hide 
    document.getElementById("btnSpeaker1Up").style.visibility = "hidden";
    document.getElementById("btnSpeaker1Up").style.display = "none";
    document.getElementById("btnSpeaker1Up").zIndex = 30;

    document.getElementById("btnSpeaker1Over").style.visibility = "hidden";
    document.getElementById("btnSpeaker1Over").style.display = "none";
    document.getElementById("btnSpeaker1Over").zIndex = 30;
    */
    //10may 01
    document.getElementById("btnSpeaker1_SYR2011").src="Images/nav/BTN_Speaker_DOWN.gif";

        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_Faculty.aspx";
        
        document.aspnetForm.submit();
}

function btnRegisterA_SYR2011_onmouseout() {
    //10may 01
    document.getElementById("btnRegister_SYR2011").src="Images/nav/BTN_Register_UP.gif";
    /*10may 01
    //07aug 08
    if (document.getElementById("btnRegisterADown").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnRegisterAUp").style.visibility = "visible";
        document.getElementById("btnRegisterAUp").style.display = "";
        document.getElementById("btnRegisterAUp").zIndex = 100;
        //hide 
        document.getElementById("btnRegisterAOver").style.visibility = "hidden";
        document.getElementById("btnRegisterAOver").style.display = "none";
        document.getElementById("btnRegisterAOver").zIndex = 30;

        document.getElementById("btnRegisterADown").style.visibility = "hidden";
        document.getElementById("btnRegisterADown").style.display = "none";
        document.getElementById("btnRegisterADown").zIndex = 30;
    }
    */
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	//07aug 08
  	document.body.style.cursor = 'default';
}

function btnProgram_SYR2011_onmouseout() {
   //07aug 08
    //10may 01
    document.getElementById("btnProgram_SYR2011").src="Images/nav/BTN_Program_UP.gif";
    /*10may 01
    if (document.getElementById("btnProgramDown").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnProgramUp").style.visibility = "visible";
        document.getElementById("btnProgramUp").style.display = "";
        document.getElementById("btnProgramUp").zIndex = 100;
        //hide 
        document.getElementById("btnProgramOver").style.visibility = "hidden";
        document.getElementById("btnProgramOver").style.display = "none";
        document.getElementById("btnProgramOver").zIndex = 30;

        document.getElementById("btnProgramDown").style.visibility = "hidden";
        document.getElementById("btnProgramDown").style.display = "none";
        document.getElementById("btnProgramDown").zIndex = 30;
    }
    */
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	//07aug 08
  	// change 
  	document.body.style.cursor = 'default';
}

function btnSpeaker1_SYR2011_onmouseout() {
    //10may 01
    document.getElementById("btnSpeaker1_SYR2011").src="Images/nav/BTN_Speaker_UP.gif";
    /*10may 1
    //07aug 08
    if (document.getElementById("btnSpeaker1Down").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnSpeaker1Up").style.visibility = "visible";
        document.getElementById("btnSpeaker1Up").style.display = "";
        document.getElementById("btnSpeaker1Up").zIndex = 100;
        //hide 
        document.getElementById("btnSpeaker1Over").style.visibility = "hidden";
        document.getElementById("btnSpeaker1Over").style.display = "none";
        document.getElementById("btnSpeaker1Over").zIndex = 30;

        document.getElementById("btnSpeaker1Down").style.visibility = "hidden";
        document.getElementById("btnSpeaker1Down").style.display = "none";
        document.getElementById("btnSpeaker1Down").zIndex = 30;
    }
    */
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}

function btnHotel_SYR2011_onmouseout() {
    //10may 01
    document.getElementById("btnHotel_SYR2011").src="Images/nav/BTN_Accommodations_UP.gif";
    /*10may 01
    //07aug 08
    if (document.getElementById("btnHotelDown").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnHotelUp").style.visibility = "visible";
        document.getElementById("btnHotelUp").style.display = "";
        document.getElementById("btnHotelUp").zIndex = 100;
        //hide 
        document.getElementById("btnHotelOver").style.visibility = "hidden";
        document.getElementById("btnHotelOver").style.display = "none";
        document.getElementById("btnHotelOver").zIndex = 30;

        document.getElementById("btnHotelDown").style.visibility = "hidden";
        document.getElementById("btnHotelDown").style.display = "none";
        document.getElementById("btnHotelDown").zIndex = 30;
    }
    */
  	//10jan 24 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}

function btnCallForResearch_SYR2011_onmouseout() {
    //10may 01
    document.getElementById("btnCallForResearch_SYR2011").src="Images/nav/BTN_CallForPosterAbstracts_UP.gif";
    /*10may 01
    //07aug 08
    if (document.getElementById("btnCallForResearchDown").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnCallForResearchUp").style.visibility = "visible";
        document.getElementById("btnCallForResearchUp").style.display = "";
        document.getElementById("btnCallForResearchUp").zIndex = 100;
        //hide 
        document.getElementById("btnCallForResearchOver").style.visibility = "hidden";
        document.getElementById("btnCallForResearchOver").style.display = "none";
        document.getElementById("btnCallForResearchOver").zIndex = 30;

        document.getElementById("btnCallForResearchDown").style.visibility = "hidden";
        document.getElementById("btnCallForResearchDown").style.display = "none";
        document.getElementById("btnCallForResearchDown").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnExhibitors_SYR2011_onmouseout() {
    //10may 01
    document.getElementById("btnExhibitors_SYR2011").src="Images/nav/BTN_SponsorsAndPartners_UP.gif";
    /*10may 01
    //07aug 08
    if (document.getElementById("btnExhibitorsDown").style.visibility == "hidden") {
        //display the over button
        document.getElementById("btnExhibitorsUp").style.visibility = "visible";
        document.getElementById("btnExhibitorsUp").style.display = "";
        document.getElementById("btnExhibitorsUp").zIndex = 100;
        //hide 
        document.getElementById("btnExhibitorsOver").style.visibility = "hidden";
        document.getElementById("btnExhibitorsOver").style.display = "none";
        document.getElementById("btnExhibitorsOver").zIndex = 30;

        document.getElementById("btnExhibitorsDown").style.visibility = "hidden";
        document.getElementById("btnExhibitorsDown").style.display = "none";
        document.getElementById("btnExhibitorsDown").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnRegisterA_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnRegister_SYR2011").src="Images/nav/BTN_Register_OVER.gif";
    /*10may 01
    //display the over button
    if (document.getElementById("btnRegisterADown").style.visibility == "hidden") {
        document.getElementById("btnRegisterAOver").style.visibility = "visible";
        document.getElementById("btnRegisterAOver").style.display = "";
        document.getElementById("btnRegisterAOver").zIndex = 100;
        //hide 
        document.getElementById("btnRegisterAUp").style.visibility = "hidden";
        document.getElementById("btnRegisterAUp").style.display = "none";
        document.getElementById("btnRegisterAUp").zIndex = 30;

        document.getElementById("btnRegisterADown").style.visibility = "hidden";
        document.getElementById("btnRegisterADown").style.display = "none";
        document.getElementById("btnRegisterADown").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnProgram_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnProgram_SYR2011").src="Images/nav/BTN_Program_OVER.gif";
    /*10may 01
    //07aug 08
    //display the over button
    if (document.getElementById("btnProgramDown").style.visibility == "hidden") {
        document.getElementById("btnProgramOver").style.visibility = "visible";
        document.getElementById("btnProgramOver").style.display = "";
        document.getElementById("btnProgramOver").zIndex = 100;
        //hide 
        document.getElementById("btnProgramUp").style.visibility = "hidden";
        document.getElementById("btnProgramUp").style.display = "none";
        document.getElementById("btnProgramUp").zIndex = 30;

        document.getElementById("btnProgramDown").style.visibility = "hidden";
        document.getElementById("btnProgramDown").style.display = "none";
        document.getElementById("btnProgramDown").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnSpeaker1_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnSpeaker1_SYR2011").src="Images/nav/BTN_Speaker_OVER.gif";
    /*10may 01
    //display the over button
    if (document.getElementById("btnSpeaker1Down").style.visibility == "hidden") {
        document.getElementById("btnSpeaker1Over").style.visibility = "visible";
        document.getElementById("btnSpeaker1Over").style.display = "";
        document.getElementById("btnSpeaker1Over").zIndex = 100;
        //hide 
        document.getElementById("btnSpeaker1Up").style.visibility = "hidden";
        document.getElementById("btnSpeaker1Up").style.display = "none";
        document.getElementById("btnSpeaker1Up").zIndex = 30;

        document.getElementById("btnSpeaker1Down").style.visibility = "hidden";
        document.getElementById("btnSpeaker1Down").style.display = "none";
        document.getElementById("btnSpeaker1Down").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnHotel_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnHotel_SYR2011").src="Images/nav/BTN_Accommodations_OVER.gif";
    
    /*10may 01
    //display the over button
    if (document.getElementById("btnHotelDown").style.visibility == "hidden") {
        document.getElementById("btnHotelOver").style.visibility = "visible";
        document.getElementById("btnHotelOver").style.display = "";
        document.getElementById("btnHotelOver").zIndex = 100;
        //hide 
        document.getElementById("btnHotelUp").style.visibility = "hidden";
        document.getElementById("btnHotelUp").style.display = "none";
        document.getElementById("btnHotelUp").zIndex = 30;

        document.getElementById("btnHotelDown").style.visibility = "hidden";
        document.getElementById("btnHotelDown").style.display = "none";
        document.getElementById("btnHotelDown").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor = 'pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnCallForResearch_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnCallForResearch_SYR2011").src="Images/nav/BTN_CallForPosterAbstracts_OVER.gif";
    /*
    //display the over button
    if (document.getElementById("btnCallForResearchDown").style.visibility == "hidden") {
        document.getElementById("btnCallForResearchOver").style.visibility = "visible";
        document.getElementById("btnCallForResearchOver").style.display = "";
        document.getElementById("btnCallForResearchOver").zIndex = 100;
        //hide 
        document.getElementById("btnCallForResearchUp").style.visibility = "hidden";
        document.getElementById("btnCallForResearchUp").style.display = "none";
        document.getElementById("btnCallForResearchUp").zIndex = 30;

        document.getElementById("btnCallForResearchDown").style.visibility = "hidden";
        document.getElementById("btnCallForResearchDown").style.display = "none";
        document.getElementById("btnCallForResearchDown").zIndex = 30;
    }
    */
	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
	  	document.body.style.cursor = 'pointer';

}

function btnExhibitors_SYR2011_onmouseover() {
    //10may 01
    document.getElementById("btnExhibitors_SYR2011").src="Images/nav/BTN_SponsorsAndPartners_OVER.gif";
    /*10may 01
    //display the over button
    if (document.getElementById("btnExhibitorsDown").style.visibility == "hidden") {
        document.getElementById("btnExhibitorsOver").style.visibility = "visible";
        document.getElementById("btnExhibitorsOver").style.display = "";
        document.getElementById("btnExhibitorsOver").zIndex = 100;
        //hide 
        document.getElementById("btnExhibitorsUp").style.visibility = "hidden";
        document.getElementById("btnExhibitorsUp").style.display = "none";
        document.getElementById("btnExhibitorsUp").zIndex = 30;

        document.getElementById("btnExhibitorsDown").style.visibility = "hidden";
        document.getElementById("btnExhibitorsDown").style.display = "none";
        document.getElementById("btnExhibitorsDown").zIndex = 30;
    }
    */
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnAboutSYTAR_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_About.aspx";
        document.aspnetForm.submit();
}

//10may 06 start
function btnContactUsA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_ContactUs.aspx";
        document.aspnetForm.submit();
}

function btnFAQA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_FAQ.aspx";
        document.aspnetForm.submit();
}

function btnMessageBoardA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_MessageBoard.aspx";
        document.aspnetForm.submit();
}

function btnTellAFriendA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();
}

function btnIAYTsiteA_SYR2011_onclick() {
        document.aspnetForm.method = "get";
        navigate("http://www.iayt.org");
}

function btnDownloadsA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_Downloads.aspx";
        document.aspnetForm.submit();
}

function btnScholarshipsA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_Scholarships.aspx";
        document.aspnetForm.submit();
}

function btnContactUsA_SYR2011_onmouseout() {
  	  	document.body.style.cursor = 'default';
}

function btnContactUsA_SYR2011_onmouseover() {
  	document.body.style.cursor = 'pointer';
}

function btnGeneralInformationA_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011/SYR2011_GeneralInfo.aspx";
        document.aspnetForm.submit();
}

function btnHomeA_SYR2011_onclick() {
        //11apr 13 document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default.aspx";
        //11apr 13
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default3.aspx";
        document.aspnetForm.submit();
}

//10may 06 end

function btnContactUs_SYR2011_onclick() {
//alert("SYR2011 ContactUS");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_ContactUs.aspx";
        document.aspnetForm.submit();
}

function btnFAQ_SYR2011_onclick() {
//alert("SYR2011 btnFAQ");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_FAQ.aspx";
        document.aspnetForm.submit();
}

function btnMessageBoard_SYR2011_onclick() {
//alert("SYR2011 btnMessageBoard");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_MessageBoard.aspx";
        document.aspnetForm.submit();
}

//10apr 27 start
function btnTellAFriend_SYR2011_onclick() {
        //alert("btnTellAFriend start");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();
}

function btnIAYTsite_SYR2011_onclick() {
        document.aspnetForm.method = "get";
        navigate("http://www.iayt.org");
}
//10apr 27 end

//11jul 25 start
function btnNewsroom_onclick() {
        //alert("btnNewsroom start");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_Newsroom.aspx";
        document.aspnetForm.submit();
}
//11jul 25 end
//11aug 15 start
function btnSPIGs_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SPIGs.aspx";
        document.aspnetForm.submit();
}
//11aug 15 end
function btnDownloads_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_Downloads.aspx";
        document.aspnetForm.submit();
}

function btnScholarships_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_Scholarships.aspx";
        document.aspnetForm.submit();
}

function btnAboutSYTAR_onmouseout() {
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	//10jan 25
  	  	document.body.style.cursor = 'default';

}

function btnContactUs_SYR2011_onmouseout() {
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnDownloads_SYR2011_onmouseout() {
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnScholarships_SYR2011_onmouseout() {
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnFAQ_SYR2011_onmouseout() {
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnMessageBoard_SYR2011_onmouseout() {
  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function btnAboutSYTAR_SYR2011_onmouseover() {
    //for testing alert("mouse over");
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer'; //='hand';
  	document.body.style.cursor = 'pointer';
}

function btnContactUs_SYR2011_onmouseover() {
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
}

function btnFAQ_SYR2011_onmouseover() {
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnMessageBoard_SYR2011_onmouseover() {
  	//10jan 25 document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
}

function btnDownloads_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer';
  	  	document.body.style.cursor = 'pointer';

}

function btnScholarships_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
}

function btnTell_SYR2011_onclick() {
    //hide the btnTellRollover
    document.getElementById("btnTellRollover_SYR2011").style.visibility = "hidden";
    document.getElementById("btnTellRollover_SYR2011").style.display = "none";
    //show the btnTellUp
    document.getElementById("btnTellUp_SYR2011").style.visibility = "visible";
    document.getElementById("btnTellUp_SYR2011").style.display = "";
    document.getElementById("btnTellUp_SYR2011").style.zIndex = "100";
    
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();

}

function btnTell_SYR2011_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnTellRollover_SYR2011").style.visibility = "hidden";
    document.getElementById("btnTellRollover_SYR2011").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnTellUp").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnTellUp").style.display = "none";

    //10apr 18
    //show the btnTellUp
    document.getElementById("btnTellUp_SYR2011").style.visibility = "visible";
    document.getElementById("btnTellUp_SYR2011").style.display = "";
        
  	//document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';


}

function btnTell_SYR2011_onmouseover() {
    //display the btnTellRollover
    document.getElementById("btnTellRollover_SYR2011").style.visibility = "visible";
    document.getElementById("btnTellRollover_SYR2011").style.display = "";
    document.getElementById("btnTellRollover_SYR2011").zIndex = 100;
    
    //hide the btnTellUp
    document.getElementById("btnTellUp_SYR2011").style.visibility = "hidden";
    document.getElementById("btnTellUp_SYR2011").style.display = "none";
    document.getElementById("btnTellUp_SYR2011").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
  	

}
//For Firefox
function btnTellFF_onclick() {
    //hide the btnTellRollover
    document.getElementById("btnTellRolloverFF").style.visibility = "hidden";
    document.getElementById("btnTellRolloverFF").style.display = "none";
    //show the btnTellUp
    document.getElementById("btnTellUpFF").style.visibility = "visible";
    document.getElementById("btnTellUpFF").style.display = "";
    document.getElementById("btnTellUpFF").style.zIndex = "100";
    
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();

}

function btnTellFF_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnTellRolloverFF").style.visibility = "hidden";
    document.getElementById("btnTellRolloverFF").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnTellUpFF").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnTellUpFF").style.display = "none";

    //10apr 18
    //show the btnTellUp
    document.getElementById("btnTellUpFF").style.visibility = "visible";
    document.getElementById("btnTellUpFF").style.display = "";
        
  	//document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';


}

function btnTellFF_onmouseover() {
    //display the btnTellRollover
    document.getElementById("btnTellRolloverFF").style.visibility = "visible";
    document.getElementById("btnTellRolloverFF").style.display = "";
    document.getElementById("btnTellRolloverFF").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnTellUpFF").style.visibility = "hidden";
    document.getElementById("btnTellUpFF").style.display = "none";
    document.getElementById("btnTellUpFF").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
  	

}

//For IE
function btnTellIE_onclick() {
    //hide the btnTellRollover
    document.getElementById("btnTellRolloverIE").style.visibility = "hidden";
    document.getElementById("btnTellRolloverIE").style.display = "none";
    //show the btnTellUp
    document.getElementById("btnTellUpIE").style.visibility = "visible";
    document.getElementById("btnTellUpIE").style.display = "";
    document.getElementById("btnTellUpIE").style.zIndex = "100";
    
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();

}

function btnTellIE_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnTellRolloverIE").style.visibility = "hidden";
    document.getElementById("btnTellRolloverIE").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnTellUpIE").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnTellUpIE").style.display = "none";

    //10apr 18
    //show the btnTellUp
    document.getElementById("btnTellUpIE").style.visibility = "visible";
    document.getElementById("btnTellUpIE").style.display = "";
        
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnTellIE_onmouseover() {
    //display the btnTellRollover
    document.getElementById("btnTellRolloverIE").style.visibility = "visible";
    document.getElementById("btnTellRolloverIE").style.display = "";
    document.getElementById("btnTellRolloverIE").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnTellUpIE").style.visibility = "hidden";
    document.getElementById("btnTellUpIE").style.display = "none";
    document.getElementById("btnTellUpIE").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}
//For Safari
function btnTellSF_onclick() {
    //hide the btnTellRollover
    document.getElementById("btnTellRolloverSF").style.visibility = "hidden";
    document.getElementById("btnTellRolloverSF").style.display = "none";
    //show the btnTellUp
    document.getElementById("btnTellUpSF").style.visibility = "visible";
    document.getElementById("btnTellUpSF").style.display = "";
    document.getElementById("btnTellUpSF").style.zIndex = "100";
    
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();

}

function btnTellSF_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnTellRolloverSF").style.visibility = "hidden";
    document.getElementById("btnTellRolloverSF").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnTellUpSF").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnTellUpSF").style.display = "none";
    
    //10apr 18
    //show the btnTellUp
    document.getElementById("btnTellUpSF").style.visibility = "visible";
    document.getElementById("btnTellUpSF").style.display = "";
    

  	//10jan 25 document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnTellSF_onmouseover() {
    //display the btnTellRollover
    document.getElementById("btnTellRolloverSF").style.visibility = "visible";
    document.getElementById("btnTellRolloverSF").style.display = "";
    document.getElementById("btnTellRolloverSF").zIndex = 100;
    
    //hide the btnTellUp
    document.getElementById("btnTellUpSF").style.visibility = "hidden";
    document.getElementById("btnTellUpSF").style.display = "none";
    document.getElementById("btnTellUpSF").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}

//for others
function btnTell1_onclick() {
    //hide the btnTellRollover
    document.getElementById("btnTellRollover1").style.visibility = "hidden";
    document.getElementById("btnTellRollover1").style.display = "none";
    //show the btnTellUp
    document.getElementById("btnTellUp1").style.visibility = "visible";
    document.getElementById("btnTellUp1").style.display = "";
    document.getElementById("btnTellUp1").style.zIndex = "100";
    
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpreadWord.aspx";
        document.aspnetForm.submit();

}

function btnTell1_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnTellRollover1").style.visibility = "hidden";
    document.getElementById("btnTellRollover1").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnTellUp1").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnTellUp1").style.display = "none";
    
    //10apr 18
    //show the btnTellUp
    document.getElementById("btnTellUp1").style.visibility = "visible";
    document.getElementById("btnTellUp1").style.display = "";
    
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnTell1_onmouseover() {
    //display the btnTellRollover
    document.getElementById("btnTellRollover1").style.visibility = "visible";
    document.getElementById("btnTellRollover1").style.display = "";
    document.getElementById("btnTellRollover1").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnTellUp1").style.visibility = "hidden";
    document.getElementById("btnTellUp1").style.display = "none";
    document.getElementById("btnTellUp1").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}
//
function btnIAYT_SYR2011_onclick() {
    //hide the btnIAYTRollover
    document.getElementById("btnIAYTRollover_SYR2011").style.visibility = "hidden";
    document.getElementById("btnIAYTRollover_SYR2011").style.display = "none";
    //show the btnIAYTUp
    document.getElementById("btnIAYTUp_SYR2011").style.visibility = "visible";
    document.getElementById("btnIAYTUp_SYR2011").style.display = "";
    document.getElementById("btnIAYTUp_SYR2011").style.zIndex = "100";
        document.aspnetForm.method = "get";

        //10apr 24 document.aspnetForm.action = "http://www.iayt.org/";
        //10apr 24 document.aspnetForm.submit();
        //document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "http://www.iayt.org";
        //document.aspnetForm.submit();
        navigate("http://www.iayt.org");


}

function btnIAYT_SYR2011_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnIAYTRollover_SYR2011").style.visibility = "hidden";
    document.getElementById("btnIAYTRollover_SYR2011").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnIAYTUp").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnIAYTUp").style.display = "none";

    //10apr 18
    //show the btnTellUp
    document.getElementById("btnIAYTUp_SYR2011").style.visibility = "visible";
    document.getElementById("btnIAYTUp_SYR2011").style.display = "";
        
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnIAYT_SYR2011_onmouseover() {
    //display the btnIAYTRollover
    document.getElementById("btnIAYTRollover_SYR2011").style.visibility = "visible";
    document.getElementById("btnIAYTRollover_SYR2011").style.display = "";
    document.getElementById("btnIAYTRollover_SYR2011").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnIAYTUp_SYR2011").style.visibility = "hidden";
    document.getElementById("btnIAYTUp_SYR2011").style.display = "none";
    document.getElementById("btnIAYTUp_SYR2011").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}
//for Firefox
function btnIAYTFF_onclick() {
    //hide the btnIAYTRollover
    document.getElementById("btnIAYTRolloverFF").style.visibility = "hidden";
    document.getElementById("btnIAYTRolloverFF").style.display = "none";
    //show the btnIAYTUp
    document.getElementById("btnIAYTUpFF").style.visibility = "visible";
    document.getElementById("btnIAYTUpFF").style.display = "";
    document.getElementById("btnIAYTUpFF").style.zIndex = "100";
        document.aspnetForm.method = "get";

        //10apr 24 document.aspnetForm.action = "http://www.iayt.org/";
        //10apr 24 document.aspnetForm.submit();
        //document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "http://www.iayt.org";
        //document.aspnetForm.submit();
        navigate("http://www.iayt.org");

}

function btnIAYTFF_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnIAYTRolloverFF").style.visibility = "hidden";
    document.getElementById("btnIAYTRolloverFF").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnIAYTUpFF").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnIAYTUpFF").style.display = "none";

    //10apr 18 
    //hide the btnTellUp
    document.getElementById("btnIAYTUpFF").style.visibility = "visible";
    document.getElementById("btnIAYTUpFF").style.display = "";
        
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnIAYTFF_onmouseover() {
    //display the btnIAYTRollover
    document.getElementById("btnIAYTRolloverFF").style.visibility = "visible";
    document.getElementById("btnIAYTRolloverFF").style.display = "";
    document.getElementById("btnIAYTRolloverFF").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnIAYTUpFF").style.visibility = "hidden";
    document.getElementById("btnIAYTUpFF").style.display = "none";
    document.getElementById("btnIAYTUpFF").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}
//for IE
function btnIAYTIE_onclick() {
    //hide the btnIAYTRollover
    document.getElementById("btnIAYTRolloverIE").style.visibility = "hidden";
    document.getElementById("btnIAYTRolloverIE").style.display = "none";
    //show the btnIAYTUp
    document.getElementById("btnIAYTUpIE").style.visibility = "visible";
    document.getElementById("btnIAYTUpIE").style.display = "";
    document.getElementById("btnIAYTUpIE").style.zIndex = "100";
        document.aspnetForm.method = "get";

        //10apr 24 document.aspnetForm.action = "http://www.iayt.org/";
        //10apr 24 document.aspnetForm.submit();
        //document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "http://www.iayt.org";
        //document.aspnetForm.submit();
        navigate("http://www.iayt.org");

}

function btnIAYTIE_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnIAYTRolloverIE").style.visibility = "hidden";
    document.getElementById("btnIAYTRolloverIE").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnIAYTUpIE").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnIAYTUpIE").style.display = "none";
    
    //show the btnTellUp
    document.getElementById("btnIAYTUpIE").style.visibility = "visible";
    document.getElementById("btnIAYTUpIE").style.display = "";

  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnIAYTIE_onmouseover() {
    //display the btnIAYTRollover
    document.getElementById("btnIAYTRolloverIE").style.visibility = "visible";
    document.getElementById("btnIAYTRolloverIE").style.display = "";
    document.getElementById("btnIAYTRolloverIE").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnIAYTUpIE").style.visibility = "hidden";
    document.getElementById("btnIAYTUpIE").style.display = "none";
    document.getElementById("btnIAYTUpIE").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}
//For Safari
function btnIAYTSF_onclick() {
    //hide the btnIAYTRollover
    document.getElementById("btnIAYTRolloverSF").style.visibility = "hidden";
    document.getElementById("btnIAYTRolloverSF").style.display = "none";
    //show the btnIAYTUp
    document.getElementById("btnIAYTUpSF").style.visibility = "visible";
    document.getElementById("btnIAYTUpSF").style.display = "";
    document.getElementById("btnIAYTUpSF").style.zIndex = "100";
        document.aspnetForm.method = "get";

        //10apr 24 document.aspnetForm.action = "http://www.iayt.org/";
        //10apr 24 document.aspnetForm.submit();
        //document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "http://www.iayt.org";
        //document.aspnetForm.submit();
        navigate("http://www.iayt.org");

}

function btnIAYTSF_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnIAYTRolloverSF").style.visibility = "hidden";
    document.getElementById("btnIAYTRolloverSF").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnIAYTUpSF").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnIAYTUpSF").style.display = "none";
    //10apr 18
    //show the btnTellUp
    document.getElementById("btnIAYTUpSF").style.visibility = "visible";
    document.getElementById("btnIAYTUpSF").style.display = "";

  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnIAYTSF_onmouseover() {
    //display the btnIAYTRollover
    document.getElementById("btnIAYTRolloverSF").style.visibility = "visible";
    document.getElementById("btnIAYTRolloverSF").style.display = "";
    document.getElementById("btnIAYTRolloverSF").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnIAYTUpSF").style.visibility = "hidden";
    document.getElementById("btnIAYTUpSF").style.display = "none";
    document.getElementById("btnIAYTUpSF").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}

//For Others
function btnIAYT1_SYR2011_onclick() {
    //hide the btnIAYTRollover
    document.getElementById("btnIAYTRollover1_SYR2011").style.visibility = "hidden";
    document.getElementById("btnIAYTRollover1_SYR2011").style.display = "none";
    //show the btnIAYTUp
    document.getElementById("btnIAYTUp1_SYR2011").style.visibility = "visible";
    document.getElementById("btnIAYTUp1_SYR2011").style.display = "";
    document.getElementById("btnIAYTUp1_SYR2011").style.zIndex = "100";
    document.aspnetForm.method = "get";
        //10apr 24 document.aspnetForm.action = "http://www.iayt.org/";
        //10apr 24 document.aspnetForm.submit();
        //10apr 24 document.aspnetForm.action = "http://www.iayt.org/";
        //10apr 24 document.aspnetForm.submit();
        //document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "http://www.iayt.org";
        //document.aspnetForm.submit();
        navigate("http://www.iayt.org");

}

function btnIAYT1_SYR2011_onmouseout() {
    //hide the btnTellRollover
    document.getElementById("btnIAYTRollover1_SYR2011").style.visibility = "hidden";
    document.getElementById("btnIAYTRollover1_SYR2011").style.display = "none";

    //hide the btnTellUp
    //10apr 18 document.getElementById("btnIAYTUp1").style.visibility = "hidden";
    //10apr 18 document.getElementById("btnIAYTUp1").style.display = "none";
    
    //10apr 18
    //show the btnTellUp
    document.getElementById("btnIAYTUp1_SYR2011").style.visibility = "visible";
    document.getElementById("btnIAYTUp1_SYR2011").style.display = "";
    
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';

}

function btnIAYT1_SYR2011_onmouseover() {
    //display the btnIAYTRollover
    document.getElementById("btnIAYTRollover1_SYR2011").style.visibility = "visible";
    document.getElementById("btnIAYTRollover1_SYR2011").style.display = "";
    document.getElementById("btnIAYTRollover1_SYR2011").zIndex = 100;
    //hide the btnTellUp
    document.getElementById("btnIAYTUp1_SYR2011").style.visibility = "hidden";
    document.getElementById("btnIAYTUp1_SYR2011").style.display = "none";
    document.getElementById("btnIAYTUp1_SYR2011").zIndex = 30;
    
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';

}
//07aug 06
function btnSocialEvents_SYR2011_onmouseout() {
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}

function btnReviewEditRegistration_SYR2011_onmouseout() {
  	//document.getElementById("Form1").style.cursor='default';
  	document.body.style.cursor = 'default';
}


function btnHome_SYR2011_onmouseover() {
    //for testing alert("mouse over");
  	//document.getElementById("Form1").style.cursor='pointer'; //='hand';
  	  	document.body.style.cursor = 'pointer';

}
function btnSocialEvents_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
}

function btnReviewEditRegistration_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer';
  	document.body.style.cursor = 'pointer';
}

//08aug 27 start
function btnCEUsDownloads_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer'; //='hand';
  	  	document.body.style.cursor = 'pointer';

}
function btnGeneralInformation_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer'; //='hand';
  	  	document.body.style.cursor = 'pointer';

}
function btnSpeakerHandouts_SYR2011_onmouseover() {
  	//document.getElementById("Form1").style.cursor='pointer'; //='hand';
  	  	document.body.style.cursor = 'pointer';

}
function btnCEUsDownloads_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_CEUsDownloads.aspx";
        document.aspnetForm.submit();
}
function btnGeneralInformation_SYR2011_onclick() {
        //alert("SYR2011 btnGeneralInformation");
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_GeneralInfo.aspx";
        document.aspnetForm.submit();
}
function btnSpeakerHandouts_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SpeakerHandouts.aspx";
        document.aspnetForm.submit();
}
function btnCEUsDownloads_SYR2011_onmouseout() {
  	//document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}
function btnGeneralInformation_SYR2011_onmouseout() {
  	//document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}
function btnSpeakerHandouts_SYR2011_onmouseout() {
  	//document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}
//08aug 27 end

function btnHome_SYR2011_onclick() {
        //11apr 13 document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default.aspx";
        //11apr 13
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default3.aspx";
        document.aspnetForm.submit();
}

function btnSocialEvents_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_SocialEvents.aspx";
        document.aspnetForm.submit();
}

function btnReviewEditRegistration_SYR2011_onclick() {
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "SYR2011_ReviewEditRegistration.aspx";
        document.aspnetForm.submit();
}


function btnHome_SYR2011_onmouseout() {
  	//document.getElementById("Form1").style.cursor='default';
  	  	document.body.style.cursor = 'default';

}

function imgBanner1_SYR2011_onclick() {
        //11apr 13 document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default.aspx";
        //11apr 13
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default3.aspx";
        document.aspnetForm.submit();
}

function imgBanner_SYR2011_onclick() {
        //11apr 13 document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default.aspx";
        //11apr 13
        document.getElementById("ctl00_ContentPlaceHolder2_txtControlFlow").value = "Default3.aspx";
        document.aspnetForm.submit();
}
function ResetMenuButtons() {
/*10may 01 start of disabled
    document.getElementById("btnProgramDown").style.visibility = "hidden";
    document.getElementById("btnProgramOver").style.visibility = "hidden";
    document.getElementById("btnProgramUp").style.visibility = "visible";
    
    document.getElementById("btnProgramDown").style.display = "none";
    document.getElementById("btnProgramOver").style.display = "none";
    document.getElementById("btnProgramUp").style.display = "";
    
    document.getElementById("btnRegisterADown").style.visibility = "hidden";
    document.getElementById("btnRegisterAOver").style.visibility = "hidden";
    document.getElementById("btnRegisterAUp").style.visibility = "visible";
    
    document.getElementById("btnRegisterADown").style.display = "none";
    document.getElementById("btnRegisterAOver").style.display = "none";
    document.getElementById("btnRegisterAUp").style.display = "";

    document.getElementById("btnAboutDown").style.visibility = "hidden";
    document.getElementById("btnAboutOver").style.visibility = "hidden";
    document.getElementById("btnAboutUp").style.visibility = "visible";
    
    document.getElementById("btnAboutDown").style.display = "none";
    document.getElementById("btnAboutOver").style.display = "none";
    document.getElementById("btnAboutUp").style.display = "";

    document.getElementById("btnSpeaker1Down").style.visibility = "hidden";
    document.getElementById("btnSpeaker1Over").style.visibility = "hidden";
    document.getElementById("btnSpeaker1Up").style.visibility = "visible";
    
    document.getElementById("btnSpeaker1Down").style.display = "none";
    document.getElementById("btnSpeaker1Over").style.display = "none";
    document.getElementById("btnSpeaker1Up").style.display = "";

    document.getElementById("btnHotelDown").style.visibility = "hidden";
    document.getElementById("btnHotelOver").style.visibility = "hidden";
    document.getElementById("btnHotelUp").style.visibility = "visible";    

    document.getElementById("btnHotelDown").style.display = "none";
    document.getElementById("btnHotelOver").style.display = "none";
    document.getElementById("btnHotelUp").style.display = "";

    document.getElementById("btnCallForResearchDown").style.visibility = "hidden";
    document.getElementById("btnCallForResearchOver").style.visibility = "hidden";
    document.getElementById("btnCallForResearchUp").style.visibility = "visible";    

    document.getElementById("btnCallForResearchDown").style.display = "none";
    document.getElementById("btnCallForResearchOver").style.display = "none";
    document.getElementById("btnCallForResearchUp").style.display = "";

    document.getElementById("btnExhibitorsDown").style.visibility = "hidden";
    document.getElementById("btnExhibitorsOver").style.visibility = "hidden";
    document.getElementById("btnExhibitorsUp").style.visibility = "visible";    

    document.getElementById("btnExhibitorsDown").style.display = "none";
    document.getElementById("btnExhibitorsOver").style.display = "none";
    document.getElementById("btnExhibitorsUp").style.display = "";
    */
    
    //10may 01
    document.getElementById("btnAbout_SYR2011").src = "Images/nav/BTN_About_UP.gif";
    document.getElementById("btnRegister_SYR2011").src = "Images/nav/BTN_Register_UP.gif";
    document.getElementById("btnProgram_SYR2011").src = "Images/nav/BTN_Program_UP.gif";
    document.getElementById("btnSpeaker1_SYR2011").src = "Images/nav/BTN_Speaker_UP.gif";
    document.getElementById("btnHotel_SYR2011").src = "Images/nav/BTN_Accommodations_UP.gif";
    document.getElementById("btnCallForResearch_SYR2011").src = "Images/nav/BTN_CallForPosterAbstracts_UP.gif";
    document.getElementById("btnExhibitors_SYR2011").src = "Images/nav/BTN_SponsorsAndPartners_UP.gif";

}

