function checkFull()
{
if ( !document.frmProduct.Option0 )
{ valid=1;}
if ( document.frmProduct.Option0 )
{
		if ( document.frmProduct.Option0.value == "" )
    {
        MM_changeProp('error10','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error0','','style.borderStyle','solid','DIV');
		MM_changeProp('error0','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error0','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error10','','Select One!');
        opt0 = 0;
    }
	if ( document.frmProduct.Option0.value > 0 )
    {
	MM_changeProp('error10','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error0','','style.borderStyle','none','DIV');
		MM_changeProp('error0','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error0','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error10','','&nbsp;');
		opt0=1;
		}
		valid=opt0
}

if ( document.frmProduct.Option1 )
{
	if ( document.frmProduct.Option1.value == "" )
    {
        MM_changeProp('error11','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error1','','style.borderStyle','solid','DIV');
		MM_changeProp('error1','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error1','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error11','','Select One!');
        opt1=0;
    }
	if ( document.frmProduct.Option1.value > 0 )
    {
	MM_changeProp('error11','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error1','','style.borderStyle','none','DIV');
		MM_changeProp('error1','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error1','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error11','','&nbsp;');
		opt1=1;
		}	
		valid=opt0*opt1
		
}
if ( document.frmProduct.Option2 )
{
	if ( document.frmProduct.Option2.value == "" )
    {
        MM_changeProp('error12','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error2','','style.borderStyle','solid','DIV');
		MM_changeProp('error2','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error2','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error12','','Select One!');
        opt2 = 0;
    }
	if ( document.frmProduct.Option2.value > 0 )
    {
	MM_changeProp('error12','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error2','','style.borderStyle','none','DIV');
		MM_changeProp('error2','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error2','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error12','','&nbsp;');
		opt2=1;
		}
		valid=opt0*opt1*opt2
		
}
if ( document.frmProduct.Option3 )
{
if ( document.frmProduct.Option3.value == "" )
    {
        MM_changeProp('error13','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error3','','style.borderStyle','solid','DIV');
		MM_changeProp('error3','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error3','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error13','','Select One!');
        opt3 = 0;
    }
	if ( document.frmProduct.Option3.value > 0 )
    {
	MM_changeProp('error13','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error3','','style.borderStyle','none','DIV');
		MM_changeProp('error3','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error3','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error13','','&nbsp;');
		opt3=1;
		}
		valid=opt0*opt1*opt2*opt3
		
}
if ( document.frmProduct.Option4 )
{
if ( document.frmProduct.Option4.value == "" )
    {
        MM_changeProp('error14','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error4','','style.borderStyle','solid','DIV');
		MM_changeProp('error4','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error4','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error14','','Select One!');
        opt4 = 0;
    }
	if ( document.frmProduct.Option4.value > 0 )
    {
	MM_changeProp('error14','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error4','','style.borderStyle','none','DIV');
		MM_changeProp('error4','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error4','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error14','','&nbsp;');
		opt4=1;
		}
		valid=opt0*opt1*opt2*opt3*opt4
		
}
if ( document.frmProduct.Option5 )
{
if ( document.frmProduct.Option5.value == "" )
    {
        MM_changeProp('error15','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error5','','style.borderStyle','solid','DIV');
		MM_changeProp('error5','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error5','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error15','','Select One!');
        opt5 = 0;
    }
	if ( document.frmProduct.Option5.value > 0 )
    {
	MM_changeProp('error15','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error5','','style.borderStyle','none','DIV');
		MM_changeProp('error5','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error5','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error15','','&nbsp;');
		opt5=1;
		}
		valid=opt0*opt1*opt2*opt3*opt4*opt5
		
}
if ( document.frmProduct.Option6 )
{
if ( document.frmProduct.Option6.value == "" )
    {
        MM_changeProp('error16','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error6','','style.borderStyle','solid','DIV');
		MM_changeProp('error6','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error6','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error16','','Select One!');
        opt6 = 0;
    }
	if ( document.frmProduct.Option6.value > 0 )
    {
	MM_changeProp('error16','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error6','','style.borderStyle','none','DIV');
		MM_changeProp('error6','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error6','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error16','','&nbsp;');
		opt6=1;
		}
		valid=opt0*opt1*opt2*opt3*opt4*opt5*opt6
		
}
if ( document.frmProduct.Option7 )
{
if ( document.frmProduct.Option7.value == "" )
    {
        MM_changeProp('error17','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error7','','style.borderStyle','solid','DIV');
		MM_changeProp('error7','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error7','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error17','','Select One!');
        opt7 = 0;
    }
	if ( document.frmProduct.Option7.value > 0 )
    {
	MM_changeProp('error17','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error7','','style.borderStyle','none','DIV');
		MM_changeProp('error7','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error7','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error17','','&nbsp;');
		opt7=1;
		}
		valid=opt0*opt1*opt2*opt3*opt4*opt5*opt6*opt7
		
}
if ( document.frmProduct.Option8 )
{
if ( document.frmProduct.Option8.value == "" )
    {
        MM_changeProp('error18','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error8','','style.borderStyle','solid','DIV');
		MM_changeProp('error8','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error8','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error18','','Select One!');
        opt8 = 0;
    }
	if ( document.frmProduct.Option8.value > 0 )
    {
	MM_changeProp('error18','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error8','','style.borderStyle','none','DIV');
		MM_changeProp('error8','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error8','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error18','','&nbsp;');
		opt8=1;
		}
		valid=opt0*opt1*opt2*opt3*opt4*opt5*opt6*opt7*opt8
		
}
if ( document.frmProduct.Option9 )
{
if ( document.frmProduct.Option9.value == "" )
    {
        MM_changeProp('error19','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error9','','style.borderStyle','solid','DIV');
		MM_changeProp('error9','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error9','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error19','','Select One!');
        opt9 = 0;
    }
	if ( document.frmProduct.Option9.value > 0 )
    {
	MM_changeProp('error19','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error9','','style.borderStyle','none','DIV');
		MM_changeProp('error9','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error9','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error19','','&nbsp;');
		opt9=1;
		}
		valid=opt0*opt1*opt2*opt3*opt4*opt5*opt6*opt7*opt8*opt9
		
}




if ( !document.frmProduct.Product_ID_3 )
{prod3=1;

}
if ( !document.frmProduct.Product_ID_4 )
{prod4=1;

}
if ( !document.frmProduct.Product_ID_5 )
{prod5=1;

}
if ( !document.frmProduct.Product_ID_2 )
{prod2=1;

}
if ( document.frmProduct.Product_ID_3 )
{
	if ( document.frmProduct.Product_ID_3.value == "" )
    {
        MM_changeProp('perror17','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('perror7','','style.borderStyle','solid','DIV');
		MM_changeProp('perror7','','style.borderColor','#ff9999','DIV');
		MM_changeProp('perror7','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('perror17','','Select One!');
        prod3 = 0;
    }
	if ( document.frmProduct.Product_ID_3.value != "" )
    {
	MM_changeProp('perror17','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('perror7','','style.borderStyle','none','DIV');
		MM_changeProp('perror7','','style.borderColor','#ffffff','DIV');
		MM_changeProp('perror7','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('perror17','','&nbsp;');
		prod3=1;
		}
		valid=valid*prod3
		
}
if ( document.frmProduct.Product_ID_4 )
{
	if ( document.frmProduct.Product_ID_4.value == "" )
    {
        MM_changeProp('perror19','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('perror9','','style.borderStyle','solid','DIV');
		MM_changeProp('perror9','','style.borderColor','#ff9999','DIV');
		MM_changeProp('perror9','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('perror19','','Select One!');
        prod4 = 0;
    }
	if ( document.frmProduct.Product_ID_4.value != "" )
    {
	MM_changeProp('perror19','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('perror9','','style.borderStyle','none','DIV');
		MM_changeProp('perror9','','style.borderColor','#ffffff','DIV');
		MM_changeProp('perror9','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('perror19','','&nbsp;');
		prod4=1;
		}
		valid=valid*prod4
		
}


if ( document.frmProduct.Product_ID_5 )
{
	if ( document.frmProduct.Product_ID_5.value == "" )
    {
        MM_changeProp('perror16','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('perror6','','style.borderStyle','solid','DIV');
		MM_changeProp('perror6','','style.borderColor','#ff9999','DIV');
		MM_changeProp('perror6','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('perror16','','Select One!');
        prod5 = 0;
		
    }
	if ( document.frmProduct.Product_ID_5.value != "" )
    {
	MM_changeProp('perror16','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('perror6','','style.borderStyle','none','DIV');
		MM_changeProp('perror6','','style.borderColor','#ffffff','DIV');
		MM_changeProp('perror6','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('perror16','','&nbsp;');
		prod5=1;
		}
		valid=valid*prod5
		
}



if ( document.frmProduct.KitComp0 )
{
	if ( document.frmProduct.KitComp0.value == "" )
    {
        MM_changeProp('error40','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('error44','','style.borderStyle','solid','DIV');
		MM_changeProp('error44','','style.borderColor','#ff9999','DIV');
		MM_changeProp('error44','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error40','','Select One!');
        kit1 = 0;
    }
	if ( document.frmProduct.KitComp0.value != "" )
    {
	MM_changeProp('error40','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('error44','','style.borderStyle','none','DIV');
		MM_changeProp('error44','','style.borderColor','#ffffff','DIV');
		MM_changeProp('error44','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error40','','&nbsp;');
		kit1=1;
		}
	valid=valid*kit1	
		
}

if ( document.frmProduct.Product_ID_2 )
{
	if ( document.frmProduct.Product_ID_2.value == "" )
    {
        MM_changeProp('perror18','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('perror8','','style.borderStyle','solid','DIV');
		MM_changeProp('perror8','','style.borderColor','#ff9999','DIV');
		MM_changeProp('perror8','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('perror18','','Select One!');
        prod2 = 0;
    }
	if ( document.frmProduct.Product_ID_2.value != "" )
    {
	MM_changeProp('perror18','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('perror8','','style.borderStyle','none','DIV');
		MM_changeProp('perror8','','style.borderColor','#ffffff','DIV');
		MM_changeProp('perror8','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('perror18','','&nbsp;');
		prod2=1;
		}	
		valid=valid*prod2
}
if (  document.frmProduct.agreement )
{
if (  document.frmProduct.agreement.checked == false )
    {
        MM_changeProp('error','','style.backgroundColor','#FF9999','DIV');
		MM_changeProp('errorag','','style.borderStyle','solid','DIV');
		MM_changeProp('errorag','','style.borderColor','#ff9999','DIV');
		MM_changeProp('errorag','','style.borderWidth','1px','DIV')
		MM_setTextOfTextfield('error','','&nbsp;You must read and agree to Terms & Conditions in order to proceed&nbsp;');
        agree = 0;
		
    }
if (  document.frmProduct.agreement.checked == true )
    {
        MM_changeProp('error','','style.backgroundColor','#FFFFFF','DIV');
		MM_changeProp('errorag','','style.borderStyle','solid','DIV');
		MM_changeProp('errorag','','style.borderColor','#ffffff','DIV');
		MM_changeProp('errorag','','style.borderWidth','0px','DIV')
		MM_setTextOfTextfield('error','','&nbsp;');
        agree = 1;
    }	
valid=valid*agree
}
validity=valid
	if (validity == 0)
	{	MM_setTextOfTextfield('errorfield','','Complete Missing Fields Above!');
		MM_changeProp('errorfield','','style.backgroundColor','#FF9999','DIV');
	return false;}	
	else if (validity == 1) {MM_setTextOfTextfield('errorfield','','&nbsp;');
		MM_changeProp('errorfield','','style.backgroundColor','#FFFFFF','DIV');
		return true;}
}