function bmarktext(id,index) {
var bookmarktext=document.getElementById(id);
var sbValues= new Array();
  sbValues[0] = 'Bookmark us';
  sbValues[1] = 'Add to <strong>Digg</strong>';
  sbValues[2] = 'Add to <strong>Delicious</strong>';
  sbValues[3] = 'Add to <strong>Furl</strong>';
  sbValues[4] = 'Add to <strong>Facebook</strong>';
  sbValues[5] = 'Add to <strong>Google</strong>';
  sbValues[6] = 'Add to <strong>Ma.gnolia</strong>';
  sbValues[7] = 'Add to <strong>Myspace</strong>';
  sbValues[8] = 'Add to <strong>StumbleUpon</strong>';
  sbValues[9] = 'Add to <strong>Technorati</strong>';
  sbValues[10] = 'Add to <strong>Yahoo</strong>';
  sbValues[11] = 'Visit our <strong>Twitter</strong>';
  sbValues[12] = 'Visit our <strong>Facebook</strong>';
  sbValues[13] = 'View our <strong>RSS Feed</strong>';
document.getElementById(bookmarktext.id).innerHTML = sbValues[index];
}
function bmarktext1(id,index) {
var bookmarktext=document.getElementById(id);
var sbValues= new Array();
  sbValues[0] = 'Visit our social sites';
  sbValues[1] = 'Visit our <strong>Twitter</strong>';
  sbValues[2] = 'Visit our <strong>Facebook</strong>';
  sbValues[3] = 'View our <strong>RSS Feed</strong>';
document.getElementById(bookmarktext.id).innerHTML = sbValues[index];
}

function bookmark() {
  if (document.all) {
      window.external.AddFavorite("http://www.gxhs.ws", "The -GaMeR X- Network");
  } else if (window.sidebar) {
      window.sidebar.addPanel("The -GaMeR X- Network", "http://www.gxhs.ws", "");
  }
}



if (document.images) {
	
	//twitterus
	twitteruson= new Image(54,52);
	twitteruson.src="./images/social/hili/twitterbig.png";  
	twitterusoff= new Image(54,52);
	twitterusoff.src="./images/social/twitterbig.png";
	
	//facebookus
	facebookuson= new Image(54,52);
	facebookuson.src="./images/social/hili/facebookbig.png";  
	facebookusoff= new Image(54,52);
	facebookusoff.src="./images/social/facebookbig.png";
	
	//rssus
	rssuson= new Image(54,52);
	rssuson.src="./images/social/hili/rssbig.png";  
	rssusoff= new Image(54,52);
	rssusoff.src="./images/social/rssbig.png";






	//digg
	diggon= new Image(35,35);
	diggon.src="./images/social/hili/digg.png";  
	diggoff= new Image(35,35);
	diggoff.src="./images/social/digg.png";
	
	//delicious
	deliciouson= new Image(35,35);
	deliciouson.src="./images/social/hili/delicious.png";  
	deliciousoff= new Image(35,35);
	deliciousoff.src="./images/social/delicious.png";
	
	//furl
	furlon= new Image(35,35);
	furlon.src="./images/social/hili/furl.png";  
	furloff= new Image(35,35);
	furloff.src="./images/social/furl.png";
	
	//facebook
	facebookon= new Image(35,35);
	facebookon.src="./images/social/hili/facebook.png";  
	facebookoff= new Image(35,35);
	facebookoff.src="./images/social/facebook.png";
	
	//google
	googleon= new Image(35,35);
	googleon.src="./images/social/hili/google.png";  
	googleoff= new Image(35,35);
	googleoff.src="./images/social/google.png";
	
	
	
	
	
	//magnolia
	magnoliaon= new Image(35,35);
	magnoliaon.src="./images/social/hili/magnolia.png";  
	magnoliaoff= new Image(35,35);
	magnoliaoff.src="./images/social/magnolia.png";
	
	//myspace
	myspaceon= new Image(35,35);
	myspaceon.src="./images/social/hili/myspace.png";  
	myspaceoff= new Image(35,35);
	myspaceoff.src="./images/social/myspace.png";
	
	//stumbleupon
	stumbleuponon= new Image(35,35);
	stumbleuponon.src="./images/social/hili/stumbleupon.png";  
	stumbleuponoff= new Image(35,35);
	stumbleuponoff.src="./images/social/stumbleupon.png";
	
	//technorati
	technoration= new Image(35,35);
	technoration.src="./images/social/hili/technorati.png";  
	technoratioff= new Image(35,35);
	technoratioff.src="./images/social/technorati.png";
	
	//yahoo
	yahooon= new Image(35,35);
	yahooon.src="./images/social/hili/yahoo.png";  
	yahoooff= new Image(35,35);
	yahoooff.src="./images/social/yahoo.png";
	 
	 
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }


