function gotonext(theid){
	this.document.location.href='index.asp?stype=prod_show&pdid='+theid
}


function gocart(thevalue){
	window.open("cart.asp?otype=insert&id="+thevalue,"","width=10,height=10,top=800,left=1024")
	//this.document.location.href="cart.asp?otype=insert&id="+thevalue
	//history.go(1);
}

function changeme(theid){
	//mylength=new Array();
	var mylength;
	mylength=eval("document.getElementById('"+theid+"')");
	//alert(mylength.length);
	//alert(eval("document.getElementById('"+theid+"').length"));
	eval("document.getElementById('"+theid+"').innerHTML='<font color=red>Selected</font>'");
	//alert(eval("document.getElementById('"+theid+"').innerHTML"));
}

