//DMR Custom Tabs
function updateTab(form, id){
	eval("form.tab"+id+".value=document.cart_quantity.label"+id+".value+' ('+form.color"+id+".options[form.color"+id+".selectedIndex].value+')'");
	eval("form.tab"+id+".className = form.color"+id+".options[form.color"+id+".selectedIndex].className");
}

function showVideo1() {
		window.open('http://www.youtube.com/watch?v=fKECJ-ciZ14&feature=channel_page','popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=800,height=600');
		return false;
}
