function clearInput(el){if(el.defaultValue==el.value)el.value=""}
function alertEnquiryForm(){if(Page_ClientValidate()){if(alert("Thank you for your inquiry. A sales representative will contact you same business day to discuss your needs. If you require urgent assistance, you can contact us directly on the following number. \n\nTelephone: (678) 927 9218 \n\nIf you do not receive a communication from us within 24 hours it means the online form has not come through properly. Please call us if this is the case.")){}}}
function openWin(href){window.open(href,'','width=1245,height=768,toolbar=no,location=no,resizable=yes,scrollbars=yes');}
function openSmlWin(href){window.open(href,'','width=800,height=600,toolbar=no,location=no,resizable=yes,scrollbars=yes');}
function openCustWin(href,w,h){window.open(href,'','width='+w+',height='+h+',toolbar=no,location=no,resizable=no,scrollbars=yes');}
function openHiWin(href){window.open(href,'','width=840,height=820,toolbar=no,location=no,resizable=yes,scrollbars=yes');}

	$(function() {
		$( "#ajxdiv-fd" ).dialog({autoOpen: false, show: "drop", hide: "blind",  modal: true, width: 400});
		$( "#ajxlnk-fd" ).click(function(){$( "#ajxdiv-fd" ).dialog( "open" );return false;});});
    
    $(function(){$("#ajxdiv-pg").dialog({autoOpen:false,modal:true,width:700,show: "drop", hide: "blind"});
    $(".ajxlnk-pg").click(function(){
        $.ajax({url:'/price-guarantee.htm', type: 'GET', cache:true, success:function(html){$("#ajxdiv-pg").html(html);}});
        $("#ajxdiv-pg").dialog('open');return false;});});

    $(function(){$("#ajxdiv-sp").dialog({autoOpen:false,modal:true,width:700,show: "drop", hide: "blind"});
    $(".ajxlnk-sp").click(function(){
        $.ajax({url:'/samples-policy.htm', type: 'GET', cache:true, success:function(html){$("#ajxdiv-sp").html(html);}});
        $("#ajxdiv-sp").dialog('open');return false;});});
