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==6.875 && Height>108) || 
            (Width==7.625 && Height>108) ||
			(Width==10.25 && Height>98) ||
			(Width==12 && Height>98) ||
			(Width==13.875 && Height>90) ||
			(Width==16 && Height>90) ||
			(Width==17.25 && Height>82) ||
			(Width==20 && Height>82) ||
			(Width==20.75 && Height>72) ||
			(Width==23.875 && Height>72) ||
			(Width==24.375 && Height>64) ||
			(Width==27.25 && Height>64) ||
			(Width==28.625 && Height>56) ||
			(Width==33 && Height>56)) {
            alert('Size is larger than standard, see + Size Chart. Shipping amounts for oversize panels are shown on the Shipping page.');
            //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==6.875){
		Price=Math.round(1.92*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(1.92*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==7.625){
		Price=Math.round(1.92*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(1.92*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.25){
		Price=Math.round(2.02*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(2.02*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(2.02*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(2.02*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.875){
		Price=Math.round(2.30*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(2.30*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){
		Price=Math.round(2.30*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(2.30*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.25){
		Price=Math.round(2.62*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(2.62*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){
		Price=Math.round(2.62*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(2.62*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.75){
		Price=Math.round(3.18*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(3.18*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.79*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(3.79*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==24.375){
		Price=Math.round(3.18*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(3.18*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.25){
		Price=Math.round(4.39*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(4.39*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==28.625){
		Price=Math.round(3.79*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(3.79*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==33.00){
		Price=Math.round(4.39*Height*100)/100;
		if (Height<"30"){
					Price=Math.round(4.39*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;
    }
   
