function show_alert_MFE()
{
alert("The minimum order amount for Millefiori products is $300.00" + '\n' + "and cannot be combined with other Seracon items." + '\n' + '\n' + "Please login to view the catalogue with prices" + '\n' + "and to download an order form.");
window.open("../downloads/Millefiori_catalogue_no_prices_2011_2012.pdf","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=600, height=600");
}

