function showother(bigpic)
{
	var big_pro=document.getElementById("big_pro");
	big_pro.innerHTML="<a href='/products/big/"+bigpic+"'  target=\"_blank\"><img src='/products/big/"+bigpic+"' height=\"400px\" border=\"0\" /></a>";
}

function showcolor(colornum)
{
	var the_num=colornum;
	var color_show=document.getElementById("colorarea");
	if(the_num.length<3)
	{
		color_show.innerHTML="<img src='/color/"+the_num+".gif' border=\"0\" />";
	}
	else
	{
		color_show.innerHTML="";
	}
}

