try{
	document.execCommand('BackgroundImageCache', false, true);
}catch(e){}

function doTabs(x){
var tabId = 'tabbed'+x
var tabImg = 'tabbedNav'+x
var tab = document.getElementById(tabId);
var img = document.getElementById(tabImg);
tab.style.display = 'block';
img.style.display = 'block';
var tabDiv = document.getElementById('tabbedContainer').getElementsByTagName('div');
var tabNav = document.getElementById('tabbedNav').getElementsByTagName('div');
var tabLen = tabDiv.length;
var tabNavLen = tabNav.length;
var inc = 0
var inc2 = 0
	while(inc < tabLen){
		if(tabDiv[inc].id.indexOf('tabbed') > -1){
			if(tabDiv[inc].id !=  tabId){
				document.getElementById(tabDiv[inc].id).style.display = 'none'
			}
		}
		inc++
	}
	while(inc2 < tabNavLen){
		if(tabNav[inc2].id.indexOf('tabbedNav') > -1){
			if(tabNav[inc2].id !=  tabImg){
				document.getElementById(tabNav[inc2].id).style.display = 'none'
			}
		}
		inc2++
	}
}

function sendToFriend(imagesrc, account){
var newwindow = "http://hosting.solidcactus.com/sendtofriend/solidcactus-sendtofriend.asp?url=" + escape(window.location) + "&imageurl=" + escape(imagesrc) + "&store=" + escape(account);
var window_properties = "top=0,left=0,scrollbars=yes,width=650,height=575";
var Window = window.open(newwindow,"sendtofriend",window_properties);
};

var url="http://www.ToxicLounge.com";
var title="Toxic Lounge Store";

function favorites(){
if(document.all){
window.external.AddFavorite(url,title);
  }
}