function Order(strControlName)
{
	var strValue = document.getElementById(strControlName).value;
	
	window.open('order.cfm?' + strValue ,'cartwin','width=600,height=400,scrollbars,location,resizable,status');
}