//v1.0.0
var toggleValue="off";
// click events //
function close_bttn()
{
	//document.getElementById("display_bg").style.height = "1px";
	document.getElementById("display_bg").style.display = "none";
	//document.display_img.src = "images/merch/none.gif";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/none.gif)";
}
function deck_a01()
{
	//document.getElementById("display_bg").style.height = "100%";
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_skate_deck_A01.jpg)";
	
/*
	function doWidthChangeMem(elem,startWidth,endWidth,steps,intervals,powr) { 
//Width changer with Memory by www.hesido.com
    if (elem.widthChangeMemInt)
	window.clearInterval(elem.widthChangeMemInt);
    var actStep = 0;
    elem.widthChangeMemInt = window.setInterval(
	function() { 
	  elem.currentHeight = easeInOut(startWidth,endWidth,steps,actStep,powr);
	  elem.style.height = elem.currentHeight + "px"; 
	  actStep++;
	  if (actStep > steps) window.clearInterval(elem.widthChangeMemInt);
	} 
	,intervals)
*/
}
function deck_a02()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_skate_deck_A02.jpg)";
}
//////////////////////////////////////////
function uni_t_001()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_unisex_t_001.jpg)";
}
function uni_t_002()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_unisex_t_002.jpg)";
}
function uni_t_003()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_unisex_t_003.jpg)";
}
function uni_t_004()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_unisex_t_004.jpg)";
}
//////////////////////////////////////////
function wmn_t_001()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_womans_t_001.jpg)";
}
function wmn_t_002()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_womans_t_002.jpg)";
}
function wmn_t_003()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_womans_t_003.jpg)";
}
//////////////////////////////////////////
function lslvt_001()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_longsleeve_t_001.jpg)";
}
function lslvt_002()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_longsleeve_t_002.jpg)";
}
//////////////////////////////////////////
function wshrt_001()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_w_shrts_001.jpg)";
}
function wshrt_002()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_w_shrts_002.jpg)";
}
function wshrt_003()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_w_shrts_003.jpg)";
}
function wshrt_004()
{
	document.getElementById("display_bg").style.display = "block";
	document.getElementById("body_mask").style.backgroundImage = "url(images/merch/lrg_w_shrts_004.jpg)";
}