
function openSizeChartWindow(){
	window.open("size-chart.html", "", "width=1025,height=343,toolbar=0,resizable=0,location=0,scrollbars=0");
}

function openEmailToFriendWindow(){
	window.open(location.href+"&main=send_to_friend&home_windoid=", "", "width=460,height=278,toolbar=0,resizable=0,location=0,scrollbars=0");
}


function openMakeAnOfferWindow(){
  var variant_information = jQuery.trim($("select[name^=product_options] option:selected").text());
	window.open("make_an_offer.php?product_title="+escape(product_title)+"&product_sku="+escape(product_sku)+"&variant_information="+escape(variant_information), "", "width=450,height=378,toolbar=0,resizable=0,location=0,scrollbars=0");
}

function openMakeAnOfferInfoWindow(){
	window.open("make_an_offer_info.php", "", "width=375,height=208,toolbar=0,resizable=0,location=0,scrollbars=0");
}

