///// ***** FUNCTION TO SET COLOR FIELD ****** ///////
function getSelectedColorImages(colorActionId,color_name,uri) { 
	//alert(colorActionId);
	document.getElementById("hdn_color_id").value = colorActionId;
	//document.color_pallete_form.action=uri+"/"+color_name;
	document.color_pallete_form.action=uri;
	document.color_pallete_form.submit();
}

//// ****** FUNCTION TO ORDER FREE SAMPLE **** /////////
function orderSample(imgName) {
	document.getElementById('hdn_img_name').value=imgName;
	document.getElementById('hdn_order_sample').value = 1;
	document.color_pallete_form.submit();
}
