function PriceCalculation() {
    Width=document.forms[0].prodopt4.options[document.forms[0].prodopt4.selectedIndex].text;
    Height=document.forms[0].prodopt5.options[document.forms[0].prodopt5.selectedIndex].text;
    Width=parseFloat(Width.replace(/\x22$/g,""));
    Height=parseFloat(Height.replace(/\x22$/g,""));
	if (!isNaN(Width) && !isNaN(Height)) {
		if ((Width==9 && Height>104) || 
            (Width==10 && Height>102) ||
			(Width==12 && Height>98) ||
			(Width==13 && Height>96) ||
			(Width==14.50 && Height>92) ||
			(Width==14.875 && Height>92) ||
			(Width==16.25 && Height>88) ||
			(Width==17.75 && Height>86) ||
			(Width==19 && Height>84) ||
			(Width==20.875 && Height>80) ||
			(Width==23.875 && Height>74) ||
			(Width==25.75 && Height>70) ||
			(Width==27.50 && Height>66) ||
			(Width==29 && Height>64)) {
            alert('Size not available, see Available height chart');
            //document.forms[0].prodopt2.value=document.forms[0].prodopt2.options[0].text;
            //document.forms[0].prodopt3.value=document.forms[0].prodopt3.options[0].text;
            document.forms[0].Price.value="$0.00";
			return false;
            }
		
		if (Width==7){
		Price=Math.round(1.53*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.53*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==9){
		Price=Math.round(1.53*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.53*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==10){
		Price=Math.round(1.53*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.53*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==12){
		Price=Math.round(1.53*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.53*30*100)/100;;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==14.50){
		Price=Math.round(1.56*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.56*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==16.25){
		Price=Math.round(1.60*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.60*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}		
		if (Width==17.75){
		Price=Math.round(1.68*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(1.68*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==13){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==14.875){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==19){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==20.875){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==23.875){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==25.75){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}
		if (Width==27.5){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}		
		if (Width==29){
		Price=Math.round(3.38*Height*100)/100;
				if (Height<"30"){
					Price=Math.round(3.38*30*100)/100;
					Price=Price.toString().replace(/(\.\d)$/g,"$10")
					document.forms[0].Price.value="$"+Price;}
				else {
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
		}				
/*    if (!isNaN(Width) && !isNaN(Height)) {
        Price=Math.round(Width*Height*0.140*100)/100;
        Price=Price.toString().replace(/(\.\d)$/g,"$10")
        document.forms[0].Price.value="$"+Price;
*/
        }
    else {
        document.forms[0].Price.value='$0.00';
        }
    return true;
    }
    
function PriceCalculationMolded() {
    Width=document.forms[0].prodopt4.options[document.forms[0].prodopt4.selectedIndex].text;
    Height=document.forms[0].prodopt5.options[document.forms[0].prodopt5.selectedIndex].text;
    Width=parseFloat(Width.replace(/\x22$/g,""));
    Height=parseFloat(Height.replace(/\x22$/g,""));
    if (!isNaN(Width) && !isNaN(Height)) {
		if (Height==35){
		Price=39.38;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==39){
		Price=42.37;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==43){
		Price=44.63;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==47){
		Price=47.25;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==51){
		Price=48.78;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==55){
		Price=52.59;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==59){
		Price=55.67;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==63){
		Price=58.21;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==67){
		Price=62.17;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}
	    if (Height==71){
		Price=64.54;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}			
	    if (Height==75){
		Price=67.20;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}	
	    if (Height==79){
		Price=69.28;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;}					
        }
    else {
        document.forms[0].Price.value='$0.00';
        }
    //document.forms[0].index1.value=document.forms[0].prodopt2.selectedIndex;
    //document.forms[0].index2.value=document.forms[0].prodopt3.selectedIndex;
    return true;
    }

function PriceCalculationArch() {
    Width=document.forms[0].prodopt4.options[document.forms[0].prodopt4.selectedIndex].text;
    Height=document.forms[0].prodopt5.options[document.forms[0].prodopt5.selectedIndex].text;
    Width=parseFloat(Width.replace(/\x22$/g,""));
    Height=parseFloat(Height.replace(/\x22$/g,""));
	if (!isNaN(Width) && !isNaN(Height)) {
		Price=Math.round(2.07*Height*100)/100;
				Price=Price.toString().replace(/(\.\d)$/g,"$10")
				document.forms[0].Price.value="$"+Price;
		
		
		
	}
    else {
        document.forms[0].Price.value='$0.00';
        }
    //document.forms[0].index1.value=document.forms[0].prodopt2.selectedIndex;
    //document.forms[0].index2.value=document.forms[0].prodopt3.selectedIndex;
    return true;
    }