﻿function showPane(activeTab) {
	// make tab active class
	// hide other panes (siblings)
    // make pane visible
    if (activeTab=='') {        
	    if (getCookie("paneId") == '')
	        activeTab = "salesRepgrid";
	    else
	        activeTab=getCookie("paneId");
	}

	//
	//  This is a special condition when we don't want cookie to be set
	//
	if (activeTab != "parent_home")
	    setCookie("paneId",activeTab,1,'/');
	
	var frame;

	frame = parent.document.getElementById("ifr");
	
	if (activeTab == "teamgrid") {
	    if (document.getElementById("managergrid") != null)
	        document.getElementById("managergrid").style.display = "none";
	    if (document.getElementById("salesRepgrid") != null)
	        document.getElementById("salesRepgrid").style.display = "none";
	    if (document.getElementById("locationManagergrid") != null)
	        document.getElementById("locationManagergrid").style.display = "none";
	    if (document.getElementById("uplistgrid") != null)
	        document.getElementById("uplistgrid").style.display = "none";
	    if (document.getElementById("imgteam") != null)
	        document.getElementById("imgteam").src = "/includes/imgAdmin/Team2.png";
	    if (document.getElementById("imgmanager") != null)
	        document.getElementById("imgmanager").src = "/includes/imgAdmin/Man1.png";
	    if (document.getElementById("imgsuper") != null)
	        document.getElementById("imgsuper").src = "/includes/imgAdmin/Sup1.png";
	    if (document.getElementById("imguplist") != null)
	        document.getElementById("imguplist").src = "/includes/imgAdmin/Up1.png";
	    if (document.getElementById("imgsales") != null)
	        document.getElementById("imgsales").src = "/includes/imgAdmin/Sales1.png";
	    if (parent.document.getElementById("imghome") != null)
	        parent.document.getElementById("imghome").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    if (parent.document.getElementById("imgreport1") != null)
	        parent.document.getElementById("imgreport1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r2_c2.png";
	    if (parent.document.getElementById("imgmess1") != null)
	        parent.document.getElementById("imgmess1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    if (parent.document.getElementById("imguplist1") != null)
	        parent.document.getElementById("imguplist1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    if (parent.document.getElementById("imgSupperf") != null)
	        parent.document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	    if (document.getElementById("teamgrid") != null)
	        document.getElementById("teamgrid").style.display = "block";
	    if (document.getElementById("teamgrid") != null && frame != null)
	        frame.height = document.getElementById("teamgrid").offsetHeight + 90;
	}
	else if (activeTab == "managergrid") {
	    if (document.getElementById("teamgrid") != null)
	        document.getElementById("teamgrid").style.display = "none";
	    if (document.getElementById("salesRepgrid") != null)
	        document.getElementById("salesRepgrid").style.display = "none";
	    if (document.getElementById("locationManagergrid") != null)
	        document.getElementById("locationManagergrid").style.display = "none";
	    if (document.getElementById("uplistgrid") != null)
	        document.getElementById("uplistgrid").style.display = "none";
	    if (document.getElementById("imgmanager") != null)
	        document.getElementById("imgmanager").src = "/includes/imgAdmin/Man2.png";
	    if (document.getElementById("imgsuper") != null)
	        document.getElementById("imgsuper").src = "/includes/imgAdmin/Sup1.png";
	    if (document.getElementById("imguplist") != null)
	        document.getElementById("imguplist").src = "/includes/imgAdmin/Up1.png";
	    if (document.getElementById("imgsales") != null)
	        document.getElementById("imgsales").src = "/includes/imgAdmin/Sales1.png";
	    if (document.getElementById("imgteam") != null)
	        document.getElementById("imgteam").src = "/includes/imgAdmin/Team1.png";
	    if (parent.document.getElementById("imghome") != null)
	        parent.document.getElementById("imghome").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    if (parent.document.getElementById("imgreport1") != null)
	        parent.document.getElementById("imgreport1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r2_c2.png";
	    if (parent.document.getElementById("imgmess1") != null)
	        parent.document.getElementById("imgmess1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    if (parent.document.getElementById("imguplist1") != null)
	        parent.document.getElementById("imguplist1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    if (parent.document.getElementById("imgSupperf") != null)
	        parent.document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	    if (document.getElementById("managergrid") != null)
	        document.getElementById("managergrid").style.display = "block";
	    if (document.getElementById("managergrid") != null && frame != null)
	        frame.height = document.getElementById("managergrid").offsetHeight + 90;
	}
	else if (activeTab == "locationManagergrid") {
	    if (document.getElementById("teamgrid") != null)
	        document.getElementById("teamgrid").style.display = "none";
	    if (document.getElementById("salesRepgrid") != null)
	        document.getElementById("salesRepgrid").style.display = "none";
	    if (document.getElementById("uplistgrid") != null)
	        document.getElementById("uplistgrid").style.display = "none";
	    if (document.getElementById("managergrid") != null)
	        document.getElementById("managergrid").style.display = "none";
	    if (document.getElementById("imgsuper") != null)
	        document.getElementById("imgsuper").src = "/includes/imgAdmin/Sup2.png";
	    if (document.getElementById("imguplist") != null)
	        document.getElementById("imguplist").src = "/includes/imgAdmin/Up1.png";
	    if (document.getElementById("imgsales") != null)
	        document.getElementById("imgsales").src = "/includes/imgAdmin/Sales1.png";
	    if (document.getElementById("imgteam") != null)
	        document.getElementById("imgteam").src = "/includes/imgAdmin/Team1.png";
	    if (document.getElementById("imgmanager") != null)
	        document.getElementById("imgmanager").src = "/includes/imgAdmin/Man1.png";
	    if (parent.document.getElementById("imghome") != null)
	        parent.document.getElementById("imghome").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    if (parent.document.getElementById("imgreport1") != null)
	        parent.document.getElementById("imgreport1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r2_c2.png";
	    if (parent.document.getElementById("imgmess1") != null)
	        parent.document.getElementById("imgmess1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    if (parent.document.getElementById("imguplist1") != null)
	        parent.document.getElementById("imguplist1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    if (parent.document.getElementById("imgSupperf") != null)
	        parent.document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	    if (document.getElementById("locationManagergrid") != null)
	        document.getElementById("locationManagergrid").style.display = "block";
	    if (document.getElementById("locationManagergrid") != null && frame != null)
	        frame.height = document.getElementById("locationManagergrid").offsetHeight + 90;
	}
	else if (activeTab == "uplistgrid") {
	    if (document.getElementById("salesRepgrid") != null)
	        document.getElementById("salesRepgrid").style.display = "none";
	    if (document.getElementById("teamgrid") != null)
	        document.getElementById("teamgrid").style.display = "none";
	    if (document.getElementById("managergrid") != null)
	        document.getElementById("managergrid").style.display = "none";
	    if (document.getElementById("locationManagergrid") != null)
	        document.getElementById("locationManagergrid").style.display = "none";
	    if (document.getElementById("imguplist") != null)
	        document.getElementById("imguplist").src = "/includes/imgAdmin/Up2.png";
	    if (document.getElementById("imgsales") != null)
	        document.getElementById("imgsales").src = "/includes/imgAdmin/Sales1.png";
	    if (document.getElementById("imgteam") != null)
	        document.getElementById("imgteam").src = "/includes/imgAdmin/Team1.png";
	    if (document.getElementById("imgmanager") != null)
	        document.getElementById("imgmanager").src = "/includes/imgAdmin/Man1.png";
	    if (document.getElementById("imgsuper") != null)
	        document.getElementById("imgsuper").src = "/includes/imgAdmin/Sup1.png";
	    if (parent.document.getElementById("imghome") != null)
	        parent.document.getElementById("imghome").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    if (parent.document.getElementById("imgreport1") != null)
	        parent.document.getElementById("imgreport1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r2_c2.png";
	    if (parent.document.getElementById("imgmess1") != null)
	        parent.document.getElementById("imgmess1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    if (parent.document.getElementById("imguplist1") != null)
	        parent.document.getElementById("imguplist1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    if (parent.document.getElementById("imgSupperf") != null)
	        parent.document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	    if (document.getElementById("uplistgrid") != null)
	        document.getElementById("uplistgrid").style.display = "block";
	    if (document.getElementById("uplistgrid") != null && frame != null)
	        frame.height = document.getElementById("uplistgrid").offsetHeight + 90;
	}
	else if (activeTab == "salesRepgrid") {
	    
	    if (document.getElementById("uplistgrid") != null)
	        document.getElementById("uplistgrid").style.display = "none";
	    if (document.getElementById("teamgrid") != null)
	        document.getElementById("teamgrid").style.display = "none";
	    if (document.getElementById("managergrid") != null)
	        document.getElementById("managergrid").style.display = "none";
	    if (document.getElementById("locationManagergrid") != null)
	        document.getElementById("locationManagergrid").style.display = "none";
	    if (document.getElementById("imgsales") != null)
	        document.getElementById("imgsales").src = "/includes/imgAdmin/Sales2.png";
	    if (document.getElementById("imgteam") != null)
	        document.getElementById("imgteam").src = "/includes/imgAdmin/Team1.png";
	    if (document.getElementById("imgmanager") != null)
	        document.getElementById("imgmanager").src = "/includes/imgAdmin/Man1.png";
	    if (document.getElementById("imgsuper") != null)
	        document.getElementById("imgsuper").src = "/includes/imgAdmin/Sup1.png";
	    if (document.getElementById("imguplist") != null)
	        document.getElementById("imguplist").src = "/includes/imgAdmin/Up1.png";
	    if (parent.document.getElementById("imghome") != null)
	        parent.document.getElementById("imghome").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    if (parent.document.getElementById("imgreport1") != null)
	        parent.document.getElementById("imgreport1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r2_c2.png";
	    if (parent.document.getElementById("imgmess1") != null)
	        parent.document.getElementById("imgmess1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    if (parent.document.getElementById("imguplist1") != null)
	        parent.document.getElementById("imguplist1").src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    if (parent.document.getElementById("imgSupperf") != null)
	        parent.document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	    if (document.getElementById("salesRepgrid") != null)
	        document.getElementById("salesRepgrid").style.display = "block";
	   	if (document.getElementById("salesRepgrid") != null && frame != null)
	        frame.height = document.getElementById("salesRepgrid").offsetHeight + 90;
	}
	//
	//  The following conditions are used for supervisor page
	//
	else if (activeTab == "home") {
	   
	    document.getElementById('ifr').src = "/siteSpecific/locationManager/NextupHome.aspx?h1=home&loadt=home";
	    document.getElementById('imghome').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r16_c2_home.png";
	    document.getElementById('imguplist1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    document.getElementById('imgmess1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	}
	else if (activeTab == "muplist") 
	{
	    document.getElementById('ifr').src = "/siteSpecific/salesRep/NextUpList.aspx?h1=li&loadt=muplist";
	    document.getElementById('imguplist1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r8_c2.png";
	    document.getElementById('imgmess1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    document.getElementById('imghome').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	}
	else if (activeTab == "Preferences") {
	    document.getElementById('ifr').src = "/siteSpecific/locationManager/SupervisorPreference.aspx?loadt=preference";
	    document.getElementById('imguplist1').src ="/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    document.getElementById('imgmess1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
	    document.getElementById('imghome').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r14_c2_home.png";
	    document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper2.png";
	}
	//
	//  The following condition is a special condition to highlight home tab
	//
	else if (activeTab == "parent_home") {
	    if (parent.document.getElementById('imghome') != null)
	        parent.document.getElementById('imghome').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r16_c2_home.png";
	    if(parent.document.getElementById('imguplist1') != null)
	        parent.document.getElementById('imguplist1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r6_c2.png";
	    if(parent.document.getElementById('imgmess1') !=null)
    	    parent.document.getElementById('imgmess1').src = "/siteSpecific/images/siteDesign/NextUpMainTab_r10_c2.png";
    	if (parent.document.getElementById("imgSupperf") != null)
    	    parent.document.getElementById('imgSupperf').src = "/siteSpecific/images/siteDesign/myper1.png";
	}
	else if (activeTab == "msgcenter") {

}

//document.getElementById("Currenttab").value = activeTab;
//window.location.reload();
//window.opener.location.reload();

}


//function Reload() {
//    var f = document.getElementById('ifrSalesRep');
//    f.src = f.src;
//}MultiView1.ActiveViewIndex = index;"<%=txtName.ClientID%>"

function refreshFrame() {
    document.getElementById('salesRepgrid').src = "tablist.aspx";
}

//
// for cookies 
// set function
function setCookie(name, value, expires, path, domain, secure) {
    // set time, it's in milliseconds
    var today = new Date();
    today.setTime(today.getTime());

    /*
    if the expires variable is set, make the correct
    expires time, the current script below will set
    it for x number of days, to make it for hours,
    delete * 24, for minutes, delete * 60 * 24
    */
    if (expires) {
        expires = expires * 1000 * 60 * 60 * 24;
    }
    var expires_date = new Date(today.getTime() + (expires));

    document.cookie = name + "=" + escape(value) +
((expires) ? ";expires=" + expires_date.toGMTString() : "") +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
((secure) ? ";secure" : "");
}

//
//for get function
//
function getCookie(c_name)
{
if (document.cookie.length>0)
  {
  c_start=document.cookie.indexOf(c_name + "=");
  if (c_start!=-1)
    { 
    c_start=c_start + c_name.length+1; 
    c_end=document.cookie.indexOf(";",c_start);
    if (c_end==-1) c_end=document.cookie.length;
    return unescape(document.cookie.substring(c_start,c_end));
    } 
  }
return "";
}
//
//for check function
//
function checkCookie()
{
username=getCookie('paneId');
if (username!=null && username!="")
{
alert('Welcome again '+username+'!');
}
else 
{
username=prompt('Please enter your name:',"");
if (username!=null && username!="")
{
setCookie('username',username,365);
} 
}
}

function querystring(name)   // returns a named value from the querystring
{ 
   var tmp = ( location.search.substring(1) );
   var i   = tmp.toUpperCase().indexOf(name.toUpperCase()+"=");
   if ( i >= 0 )
   {
      tmp = tmp.substring( name.length+i+1 );
      i = tmp.indexOf("&");
      return unescape( tmp = tmp.substring( 0, (i>=0) ? i : tmp.length ));
   }

   return("");
}

// this deletes the cookie when called
function Delete_Cookie(name, path, domain) {
    if (getCookie(name)) document.cookie = name + "=" +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
";expires=Thu, 01-Jan-1970 00:00:01 GMT";
}
