// JavaScript Document
var prev_id;
var activ_id;
var pop_activ = new Boolean(false);
function active_content()
{
	/*******CHECK THE BROWSER TYPE AND VERSION*********/
	 var browser = BrowserDetect.browser;
	 var version = BrowserDetect.version;
	 //alert(browser+"  "+version);
	 if(browser == "Explorer")
	  {
		  //document.getElementById("rateThisOn").style.marginLeft = '-205px';
		  if(version == 6){
		  document.getElementById("slider").style.marginTop = "-5px";
		  }
      }
	  else if(browser == "Safari")
		{
		    //document.getElementById("rateThisOn").style.marginLeft = '10px';
		}
		else
		{
		    //document.getElementById("rateThisOn").style.marginLeft = '10px';
		}
}
//photogallery page script //
//Homepage script start//
function active_dir_content()
{
	/*******CHECK THE BROWSER TYPE AND VERSION*********/
	 var browser = BrowserDetect.browser;
	 var version = BrowserDetect.version;
	 //alert(browser+"  "+version);
	 if(browser == "Explorer")
	  {
		  //document.getElementById("rateThisOn").style.marginLeft = '-205px';
		  if(version == 6){
		  document.getElementById("directoryContentFrame").style.marginLeft = "-3px";		  
		  }
      }	  
}
//Homepage script end//
function loadbody()
{
	/*******CHECK THE BROWSER TYPE AND VERSION*********/
	 var browser = BrowserDetect.browser;
	 var version = BrowserDetect.version;

	 document.getElementById("arrow1").style.marginTop = "0";
	 document.getElementById("arrow2").style.marginTop = "7px";
	 document.getElementById("arrow3").style.marginTop = "7px";
	 document.getElementById("arrow4").style.marginTop = "7px";
	 //document.getElementById("arrow5").style.marginTop = "7px";		
	 
	 if(browser == "Explorer")
	  {	
	    document.getElementById("gallery-comments").style.marginLeft = "15px";
		document.getElementById("post-your-comment").style.marginLeft = "15px";
	    document.getElementById("pab-left-margin").style.marginLeft = "3px";
	    document.getElementById("pab-left-margin").style.marginTop = "1px";		
		//document.getElementById("img-tools").style.marginLeft = "-10px";
		//document.getElementById("scroll-photo").style.marginLeft = "10px";
		//document.getElementById("gcommentshr").style.marginLeft = "20px";
		//document.getElementById("post-your-comment-read").style.marginLeft = "10px";
		document.getElementById("ad").style.marginTop = "5px";
		document.getElementById("outerframe_bottom").style.marginTop = "5px";
		document.getElementById("photo-pbs").style.marginLeft = "5px";					
	  }
	  else	   
	  {  		
		document.getElementById("post-your-comment").style.marginLeft = "15px";
		//document.getElementById("tools-photo").style.marginLeft = "0px";
		document.getElementById("scroll-photo").style.marginLeft = "20px";
		document.getElementById("gallery-comments").style.marginLeft = "15px";
		//document.getElementById("gcommentshr").style.marginLeft = "40px";	
		//document.getElementById("post-your-comment-read").style.marginLeft = "10px";
		document.getElementById("photo-pbs").style.marginLeft = "5px";
		document.getElementById("ad").style.marginTop = "4px";	
		document.getElementById("outerframe_bottom").style.marginTop = "10px";				
	  }
}
function loadvideo()
{
	/*******CHECK THE BROWSER TYPE AND VERSION*********/
	 var browser = BrowserDetect.browser;
	 var version = BrowserDetect.version;

	 document.getElementById("arrow1").style.marginTop = "0";
	 document.getElementById("arrow2").style.marginTop = "7px";
	 document.getElementById("arrow3").style.marginTop = "7px";
	 document.getElementById("arrow4").style.marginTop = "7px";
	 document.getElementById("arrow5").style.marginTop = "7px";	
	 //document.getElementById("arrow6").style.marginTop = "7px";	
}
function popupFileBrowse(){
	 var browser = BrowserDetect.browser;
	 var version = BrowserDetect.version;
	if(browser == "Firefox")
	  {
		  document.getElementById("fileDiv").style.marginLeft = '-5px';
   	  }
}