GIF89a php
Current File : /home/hencockfreshchic/public_html/js/selectSize.js
function selectSize(prod_id,color,size){
	
	if(color==""){
		window.location.href = ("product-page.php?size="+size+"&prod_id="+prod_id);
	}
	else
	{
		window.location.href = ("product-page.php?color="+color+"&size="+size+"&prod_id="+prod_id);
	}
}