	function activateTab(i){
		n=i.substr(1,1);
		for(c=1;c<=5;c++){
			document.getElementById('t'+c).style.display='none';
			document.getElementById('m'+c).className='';
		}
		document.getElementById('t'+n).style.display='block';
		document.getElementById('m'+n).className='prod-active';
	}

	function popit(){
		document.getElementById('mail_popup').style.display='block';
		document.getElementById('mail-input').focus();
		}
		
	function clear_field(x){
		if((document.getElementById(x).value==' or type in a card name') || (document.getElementById(x).value=='Search Card Name'))
			document.getElementById(x).value='';
	}	
	
	function clear_name(){
		document.getElementById('card_name').value='';
	}
function update(){
	document.frm.action='cart.asp?Action=update'
	javascript:document.frm.submit()
}	
