jQuery(document).ready(function(){
jQuery("#input-979-6SSXBE").change(function(){
if(jQuery("#input-979-6SSXBE").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-BE_HULL]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 979-6SSXBE - Black Edition Hull)
");
jQuery("[id^=note-BE_HULL]").html("
(Included in 979-6SSXBE - Black Edition Hull)");
jQuery("[id^=input-BE_HULL]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-979-6SSXBE").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-BE_HULL]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-BE_HULL]").prop("disabled",false);
jQuery("[id^=input-BE_HULL]").prop("included_option", false);
//if(!jQuery("#input-BE_HULL").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-BE_HULL").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-BE_HULL").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-979-6SSXBE-BE_HULL").remove();
}
}); // end click listener
jQuery("#input-685M-6SSX").change(function(){
if(jQuery("#input-685M-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512M]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-512M]").html("
(Included in 685M-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-512M]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512M]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512M]").prop("disabled",false);
jQuery("[id^=input-512M]").prop("included_option", false);
//if(!jQuery("#input-512M").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512M").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512M").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-6SSX-512M").remove();
}
}); // end click listener
jQuery("#input-685M-6SSX").change(function(){
if(jQuery("#input-685M-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-551]").html("
(Included in 685M-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-6SSX-551").remove();
}
}); // end click listener
jQuery("#input-685M-6SSX").change(function(){
if(jQuery("#input-685M-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-760B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685M-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-6SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685M-6SSX").change(function(){
if(jQuery("#input-685M-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-767B-6SSXCYNBLK]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-767B-6SSXCYNBLK]").html("
(Included in 685M-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-767B-6SSXCYNBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-767B-6SSXCYNBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-767B-6SSXCYNBLK]").prop("disabled",false);
jQuery("[id^=input-767B-6SSXCYNBLK]").prop("included_option", false);
//if(!jQuery("#input-767B-6SSXCYNBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-767B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-767B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-6SSX-767B-6SSXCYNBLK").remove();
}
}); // end click listener
jQuery("#input-685V-6SSX").change(function(){
if(jQuery("#input-685V-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512V]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-512V]").html("
(Included in 685V-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-512V]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512V]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512V]").prop("disabled",false);
jQuery("[id^=input-512V]").prop("included_option", false);
//if(!jQuery("#input-512V").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512V").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512V").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-6SSX-512V").remove();
}
}); // end click listener
jQuery("#input-685V-6SSX").change(function(){
if(jQuery("#input-685V-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-551]").html("
(Included in 685V-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-6SSX-551").remove();
}
}); // end click listener
jQuery("#input-685V-6SSX").change(function(){
if(jQuery("#input-685V-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-760B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685V-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-6SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685V-6SSX").change(function(){
if(jQuery("#input-685V-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-767B-6SSXCYNBLK]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-6SSX - Black Edition EFX II Package)
");
jQuery("[id^=note-767B-6SSXCYNBLK]").html("
(Included in 685V-6SSX - Black Edition EFX II Package)");
jQuery("[id^=input-767B-6SSXCYNBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-767B-6SSXCYNBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-767B-6SSXCYNBLK]").prop("disabled",false);
jQuery("[id^=input-767B-6SSXCYNBLK]").prop("included_option", false);
//if(!jQuery("#input-767B-6SSXCYNBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-767B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-767B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-6SSX-767B-6SSXCYNBLK").remove();
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512M]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512M]").html("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-512M]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXM-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512M]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512M]").prop("disabled",false);
jQuery("[id^=input-512M]").prop("included_option", false);
//if(!jQuery("#input-512M").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512M").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512M").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXM-6SSX-512M").remove();
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXM-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXM-6SSX-551").remove();
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-760B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXM-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXM-6SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-759B-6SSXCYNBLK]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B-6SSXCYNBLK]").html("
(Included in 685HTXM-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B-6SSXCYNBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXM-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-759B-6SSXCYNBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B-6SSXCYNBLK]").prop("disabled",false);
jQuery("[id^=input-759B-6SSXCYNBLK]").prop("included_option", false);
//if(!jQuery("#input-759B-6SSXCYNBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXM-6SSX-759B-6SSXCYNBLK").remove();
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512V]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512V]").html("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-512V]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXV-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512V]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512V]").prop("disabled",false);
jQuery("[id^=input-512V]").prop("included_option", false);
//if(!jQuery("#input-512V").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512V").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512V").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXV-6SSX-512V").remove();
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXV-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXV-6SSX-551").remove();
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-760B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXV-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXV-6SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-759B-6SSXCYNBLK]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B-6SSXCYNBLK]").html("
(Included in 685HTXV-6SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B-6SSXCYNBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXV-6SSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-759B-6SSXCYNBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B-6SSXCYNBLK]").prop("disabled",false);
jQuery("[id^=input-759B-6SSXCYNBLK]").prop("included_option", false);
//if(!jQuery("#input-759B-6SSXCYNBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B-6SSXCYNBLK").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTXV-6SSX-759B-6SSXCYNBLK").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#input-951-6SSXBLK").change(function(){
if(jQuery("#input-951-6SSXBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXBLK]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXBLK - Hull Bottom Gelcoat - Black)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXBLK]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXBLK");
//alert(jQuery("[id^=input-951-6SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXBLK").prop("checked"))
{
jQuery("#input-951-6SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXBLK-979]").length === 0)
{
jQuery("#note-951-6SSXBLK").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXBLK-979]").remove();
jQuery("[id^=input-951-6SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-6SSXBLU").change(function(){
if(jQuery("#input-951-6SSXBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXBLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXBLU - Hull Bottom Gelcoat - Biscayne Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXBLU]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXBLU");
//alert(jQuery("[id^=input-951-6SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXBLU").prop("checked"))
{
jQuery("#input-951-6SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXBLU-979]").length === 0)
{
jQuery("#note-951-6SSXBLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXBLU-979]").remove();
jQuery("[id^=input-951-6SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-6SSXICE").change(function(){
if(jQuery("#input-951-6SSXICE").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXICE]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXICE - Hull Bottom Gelcoat - Ice Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXICE]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXICE");
//alert(jQuery("[id^=input-951-6SSXICE]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXICE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXICE").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXICE").prop("checked"))
{
jQuery("#input-951-6SSXICE").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXICE");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXICE-979]").length === 0)
{
jQuery("#note-951-6SSXICE").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXICE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXICE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXICE-979]").remove();
jQuery("[id^=input-951-6SSXICE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-6SSXALY").change(function(){
if(jQuery("#input-951-6SSXALY").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXALY]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXALY - Hull Bottom Gelcoat - Alloy Gray)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXALY]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXALY");
//alert(jQuery("[id^=input-951-6SSXALY]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXALY").prop("checked"))
{
jQuery("#input-951-6SSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXALY");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXALY-979]").length === 0)
{
jQuery("#note-951-6SSXALY").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXALY-979]").remove();
jQuery("[id^=input-951-6SSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-6SSXSTL").change(function(){
if(jQuery("#input-951-6SSXSTL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXSTL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXSTL - Hull Bottom Gelcoat - Stealth Gray)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXSTL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXSTL");
//alert(jQuery("[id^=input-951-6SSXSTL]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXSTL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXSTL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXSTL").prop("checked"))
{
jQuery("#input-951-6SSXSTL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXSTL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXSTL-979]").length === 0)
{
jQuery("#note-951-6SSXSTL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXSTL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXSTL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXSTL-979]").remove();
jQuery("[id^=input-951-6SSXSTL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-6SSXGRN").change(function(){
if(jQuery("#input-951-6SSXGRN").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXGRN]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXGRN - Hull Bottom Gelcoat - Seafoam Green)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXGRN]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXGRN");
//alert(jQuery("[id^=input-951-6SSXGRN]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXGRN]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXGRN").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXGRN").prop("checked"))
{
jQuery("#input-951-6SSXGRN").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXGRN");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXGRN-979]").length === 0)
{
jQuery("#note-951-6SSXGRN").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXGRN]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXGRN").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXGRN-979]").remove();
jQuery("[id^=input-951-6SSXGRN]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-6SSXATL").change(function(){
if(jQuery("#input-951-6SSXATL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-6SSXATL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-6SSXATL - Hull Bottom Gelcoat - Atlas Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-6SSXATL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-6SSXATL");
//alert(jQuery("[id^=input-951-6SSXATL]").attr("title"));
//alert(jQuery("[id^=input-951-6SSXATL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-6SSXATL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-6SSXATL").prop("checked"))
{
jQuery("#input-951-6SSXATL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-6SSXATL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-6SSXATL-979]").length === 0)
{
jQuery("#note-951-6SSXATL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-6SSXATL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-6SSXATL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-6SSXATL-979]").remove();
jQuery("[id^=input-951-6SSXATL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-911-6SSX").change(function(){
if(jQuery("#input-911-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-6SSXBLK]");
//alert(jQuery("[id^=input-950-6SSXBLK]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-6SSXBLK]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-6SSXBLK]").prop("checked"))
{
jQuery("[id^=input-950-6SSXBLK]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-6SSXBLK-911-6SSX]").length === 0)
{
jQuery("[id^=note-950-6SSXBLK]").append("
(N/A with 911-6SSX - Painted Metallic Hull Stripe - Black)");
}
jQuery("[id^=input-950-6SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-6SSXBLK]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-6SSXBLK-911-6SSX]").remove();
jQuery("[id^=input-950-6SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-6SSXBLK]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-911-6SSX");
//alert(jQuery("[id^=input-911-6SSX]").attr("title"));
//alert(jQuery("[id^=input-911-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-911-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-911-6SSX").prop("checked"))
{
jQuery("#input-911-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-911-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-911-6SSX-950-6SSXBLK]").length === 0)
{
jQuery("#note-911-6SSX").append("
(N/A with 950-6SSXBLK )");
}
jQuery("[id^=input-911-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-911-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-911-6SSX-950-6SSXBLK]").remove();
jQuery("[id^=input-911-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-906-6SSX").change(function(){
if(jQuery("#input-906-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-6SSXBLU]");
//alert(jQuery("[id^=input-950-6SSXBLU]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-6SSXBLU]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-6SSXBLU]").prop("checked"))
{
jQuery("[id^=input-950-6SSXBLU]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-6SSXBLU-906-6SSX]").length === 0)
{
jQuery("[id^=note-950-6SSXBLU]").append("
(N/A with 906-6SSX - Painted Metallic Hull Stripe - Blue)");
}
jQuery("[id^=input-950-6SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-6SSXBLU]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-6SSXBLU-906-6SSX]").remove();
jQuery("[id^=input-950-6SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-6SSXBLU]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-906-6SSX");
//alert(jQuery("[id^=input-906-6SSX]").attr("title"));
//alert(jQuery("[id^=input-906-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-906-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-906-6SSX").prop("checked"))
{
jQuery("#input-906-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-906-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-906-6SSX-950-6SSXBLU]").length === 0)
{
jQuery("#note-906-6SSX").append("
(N/A with 950-6SSXBLU )");
}
jQuery("[id^=input-906-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-906-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-906-6SSX-950-6SSXBLU]").remove();
jQuery("[id^=input-906-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-903-6SSX").change(function(){
if(jQuery("#input-903-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-6SSXWHT]");
//alert(jQuery("[id^=input-950-6SSXWHT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-6SSXWHT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-6SSXWHT]").prop("checked"))
{
jQuery("[id^=input-950-6SSXWHT]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-6SSXWHT-903-6SSX]").length === 0)
{
jQuery("[id^=note-950-6SSXWHT]").append("
(N/A with 903-6SSX - Painted Metallic Hull Stripe - White)");
}
jQuery("[id^=input-950-6SSXWHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-6SSXWHT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-6SSXWHT-903-6SSX]").remove();
jQuery("[id^=input-950-6SSXWHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-6SSXWHT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-903-6SSX");
//alert(jQuery("[id^=input-903-6SSX]").attr("title"));
//alert(jQuery("[id^=input-903-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-903-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-903-6SSX").prop("checked"))
{
jQuery("#input-903-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-903-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-903-6SSX-950-6SSXWHT]").length === 0)
{
jQuery("#note-903-6SSX").append("
(N/A with 950-6SSXWHT )");
}
jQuery("[id^=input-903-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-903-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-903-6SSX-950-6SSXWHT]").remove();
jQuery("[id^=input-903-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-590-6SSXBLU").change(function(){
if(jQuery("#input-590-6SSXBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-590-6SSXBLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 590-6SSXBLU - Standard Canvas - Biscayne Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-590-6SSXBLU]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-590-6SSXBLU");
//alert(jQuery("[id^=input-590-6SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-590-6SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-590-6SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-590-6SSXBLU").prop("checked"))
{
jQuery("#input-590-6SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-590-6SSXBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-590-6SSXBLU-979]").length === 0)
{
jQuery("#note-590-6SSXBLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-590-6SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-590-6SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-590-6SSXBLU-979]").remove();
jQuery("[id^=input-590-6SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-590-6SSXSBL").change(function(){
if(jQuery("#input-590-6SSXSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-590-6SSXSBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 590-6SSXSBL - Standard Canvas - Steel Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-590-6SSXSBL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-590-6SSXSBL");
//alert(jQuery("[id^=input-590-6SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-590-6SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-590-6SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-590-6SSXSBL").prop("checked"))
{
jQuery("#input-590-6SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-590-6SSXSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-590-6SSXSBL-979]").length === 0)
{
jQuery("#note-590-6SSXSBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-590-6SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-590-6SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-590-6SSXSBL-979]").remove();
jQuery("[id^=input-590-6SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXCYNBLK").change(function(){
if(jQuery("#input-767W-6SSXCYNBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXCYNBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXCYNBLK - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXCYNBLK]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXCYNBLK");
//alert(jQuery("[id^=input-767W-6SSXCYNBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXCYNBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXCYNBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXCYNBLK").prop("checked"))
{
jQuery("#input-767W-6SSXCYNBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXCYNBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXCYNBLK-685]").length === 0)
{
jQuery("#note-767W-6SSXCYNBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXCYNBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXCYNBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXCYNBLK-685]").remove();
jQuery("[id^=input-767W-6SSXCYNBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXCYNBLU").change(function(){
if(jQuery("#input-767W-6SSXCYNBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXCYNBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXCYNBLU - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXCYNBLU]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXCYNBLU");
//alert(jQuery("[id^=input-767W-6SSXCYNBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXCYNBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXCYNBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXCYNBLU").prop("checked"))
{
jQuery("#input-767W-6SSXCYNBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXCYNBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXCYNBLU-685]").length === 0)
{
jQuery("#note-767W-6SSXCYNBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXCYNBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXCYNBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXCYNBLU-685]").remove();
jQuery("[id^=input-767W-6SSXCYNBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXCYNSBL").change(function(){
if(jQuery("#input-767W-6SSXCYNSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXCYNSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXCYNSBL - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXCYNSBL]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXCYNSBL");
//alert(jQuery("[id^=input-767W-6SSXCYNSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXCYNSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXCYNSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXCYNSBL").prop("checked"))
{
jQuery("#input-767W-6SSXCYNSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXCYNSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXCYNSBL-685]").length === 0)
{
jQuery("#note-767W-6SSXCYNSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXCYNSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXCYNSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXCYNSBL-685]").remove();
jQuery("[id^=input-767W-6SSXCYNSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXLNRBLK").change(function(){
if(jQuery("#input-767W-6SSXLNRBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXLNRBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXLNRBLK - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXLNRBLK]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXLNRBLK");
//alert(jQuery("[id^=input-767W-6SSXLNRBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXLNRBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXLNRBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXLNRBLK").prop("checked"))
{
jQuery("#input-767W-6SSXLNRBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXLNRBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXLNRBLK-685]").length === 0)
{
jQuery("#note-767W-6SSXLNRBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXLNRBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXLNRBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXLNRBLK-685]").remove();
jQuery("[id^=input-767W-6SSXLNRBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXLNRBLU").change(function(){
if(jQuery("#input-767W-6SSXLNRBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXLNRBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXLNRBLU - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXLNRBLU]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXLNRBLU");
//alert(jQuery("[id^=input-767W-6SSXLNRBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXLNRBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXLNRBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXLNRBLU").prop("checked"))
{
jQuery("#input-767W-6SSXLNRBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXLNRBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXLNRBLU-685]").length === 0)
{
jQuery("#note-767W-6SSXLNRBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXLNRBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXLNRBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXLNRBLU-685]").remove();
jQuery("[id^=input-767W-6SSXLNRBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXLNRSBL").change(function(){
if(jQuery("#input-767W-6SSXLNRSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXLNRSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXLNRSBL - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXLNRSBL]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXLNRSBL");
//alert(jQuery("[id^=input-767W-6SSXLNRSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXLNRSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXLNRSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXLNRSBL").prop("checked"))
{
jQuery("#input-767W-6SSXLNRSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXLNRSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXLNRSBL-685]").length === 0)
{
jQuery("#note-767W-6SSXLNRSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXLNRSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXLNRSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXLNRSBL-685]").remove();
jQuery("[id^=input-767W-6SSXLNRSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXSDWBLK").change(function(){
if(jQuery("#input-767W-6SSXSDWBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXSDWBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXSDWBLK - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXSDWBLK]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXSDWBLK");
//alert(jQuery("[id^=input-767W-6SSXSDWBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXSDWBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXSDWBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXSDWBLK").prop("checked"))
{
jQuery("#input-767W-6SSXSDWBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXSDWBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXSDWBLK-685]").length === 0)
{
jQuery("#note-767W-6SSXSDWBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXSDWBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXSDWBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXSDWBLK-685]").remove();
jQuery("[id^=input-767W-6SSXSDWBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXSDWBLU").change(function(){
if(jQuery("#input-767W-6SSXSDWBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXSDWBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXSDWBLU - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXSDWBLU]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXSDWBLU");
//alert(jQuery("[id^=input-767W-6SSXSDWBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXSDWBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXSDWBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXSDWBLU").prop("checked"))
{
jQuery("#input-767W-6SSXSDWBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXSDWBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXSDWBLU-685]").length === 0)
{
jQuery("#note-767W-6SSXSDWBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXSDWBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXSDWBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXSDWBLU-685]").remove();
jQuery("[id^=input-767W-6SSXSDWBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXSDWSBL").change(function(){
if(jQuery("#input-767W-6SSXSDWSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXSDWSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXSDWSBL - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXSDWSBL]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXSDWSBL");
//alert(jQuery("[id^=input-767W-6SSXSDWSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXSDWSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXSDWSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXSDWSBL").prop("checked"))
{
jQuery("#input-767W-6SSXSDWSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXSDWSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXSDWSBL-685]").length === 0)
{
jQuery("#note-767W-6SSXSDWSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXSDWSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXSDWSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXSDWSBL-685]").remove();
jQuery("[id^=input-767W-6SSXSDWSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXSLTBLK").change(function(){
if(jQuery("#input-767W-6SSXSLTBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXSLTBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXSLTBLK - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXSLTBLK]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXSLTBLK");
//alert(jQuery("[id^=input-767W-6SSXSLTBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXSLTBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXSLTBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXSLTBLK").prop("checked"))
{
jQuery("#input-767W-6SSXSLTBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXSLTBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXSLTBLK-685]").length === 0)
{
jQuery("#note-767W-6SSXSLTBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXSLTBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXSLTBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXSLTBLK-685]").remove();
jQuery("[id^=input-767W-6SSXSLTBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXSLTBLU").change(function(){
if(jQuery("#input-767W-6SSXSLTBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXSLTBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXSLTBLU - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXSLTBLU]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXSLTBLU");
//alert(jQuery("[id^=input-767W-6SSXSLTBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXSLTBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXSLTBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXSLTBLU").prop("checked"))
{
jQuery("#input-767W-6SSXSLTBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXSLTBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXSLTBLU-685]").length === 0)
{
jQuery("#note-767W-6SSXSLTBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXSLTBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXSLTBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXSLTBLU-685]").remove();
jQuery("[id^=input-767W-6SSXSLTBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-6SSXSLTSBL").change(function(){
if(jQuery("#input-767W-6SSXSLTSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-767W-6SSXSLTSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-6SSXSLTSBL - EFX II Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-767W-6SSXSLTSBL]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767W-6SSXSLTSBL");
//alert(jQuery("[id^=input-767W-6SSXSLTSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-6SSXSLTSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-6SSXSLTSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-6SSXSLTSBL").prop("checked"))
{
jQuery("#input-767W-6SSXSLTSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-6SSXSLTSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767W-6SSXSLTSBL-685]").length === 0)
{
jQuery("#note-767W-6SSXSLTSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-6SSXSLTSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-6SSXSLTSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-6SSXSLTSBL-685]").remove();
jQuery("[id^=input-767W-6SSXSLTSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXBLK").change(function(){
if(jQuery("#input-557-6SSXBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767]");
//alert(jQuery("[id^=input-767]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767]").prop("checked"))
{
jQuery("[id^=input-767]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767-557-6SSXBLK]").length === 0)
{
jQuery("[id^=note-767]").append("
(N/A with 557-6SSXBLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-767]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767-557-6SSXBLK]").remove();
jQuery("[id^=input-767]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXBLK");
//alert(jQuery("[id^=input-557-6SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXBLK").prop("checked"))
{
jQuery("#input-557-6SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXBLK-767]").length === 0)
{
jQuery("#note-557-6SSXBLK").append("
(N/A with 767 )");
}
jQuery("[id^=input-557-6SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXBLK-767]").remove();
jQuery("[id^=input-557-6SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXBLK").change(function(){
if(jQuery("#input-557-6SSXBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-557-6SSXBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557-6SSXBLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-557-6SSXBLK]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXBLK");
//alert(jQuery("[id^=input-557-6SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXBLK").prop("checked"))
{
jQuery("#input-557-6SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXBLK-685]").length === 0)
{
jQuery("#note-557-6SSXBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-557-6SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXBLK-685]").remove();
jQuery("[id^=input-557-6SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXBLK").change(function(){
if(jQuery("#input-557-6SSXBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-759-557-6SSXBLK]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 557-6SSXBLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-557-6SSXBLK]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXBLK");
//alert(jQuery("[id^=input-557-6SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXBLK").prop("checked"))
{
jQuery("#input-557-6SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXBLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXBLK-759]").length === 0)
{
jQuery("#note-557-6SSXBLK").append("
(N/A with 759 )");
}
jQuery("[id^=input-557-6SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXBLK-759]").remove();
jQuery("[id^=input-557-6SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXBLU").change(function(){
if(jQuery("#input-557-6SSXBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767]");
//alert(jQuery("[id^=input-767]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767]").prop("checked"))
{
jQuery("[id^=input-767]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767-557-6SSXBLU]").length === 0)
{
jQuery("[id^=note-767]").append("
(N/A with 557-6SSXBLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-767]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767-557-6SSXBLU]").remove();
jQuery("[id^=input-767]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXBLU");
//alert(jQuery("[id^=input-557-6SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXBLU").prop("checked"))
{
jQuery("#input-557-6SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXBLU-767]").length === 0)
{
jQuery("#note-557-6SSXBLU").append("
(N/A with 767 )");
}
jQuery("[id^=input-557-6SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXBLU-767]").remove();
jQuery("[id^=input-557-6SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXBLU").change(function(){
if(jQuery("#input-557-6SSXBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-557-6SSXBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557-6SSXBLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-557-6SSXBLU]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXBLU");
//alert(jQuery("[id^=input-557-6SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXBLU").prop("checked"))
{
jQuery("#input-557-6SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXBLU-685]").length === 0)
{
jQuery("#note-557-6SSXBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-557-6SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXBLU-685]").remove();
jQuery("[id^=input-557-6SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXBLU").change(function(){
if(jQuery("#input-557-6SSXBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-759-557-6SSXBLU]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 557-6SSXBLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-557-6SSXBLU]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXBLU");
//alert(jQuery("[id^=input-557-6SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXBLU").prop("checked"))
{
jQuery("#input-557-6SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXBLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXBLU-759]").length === 0)
{
jQuery("#note-557-6SSXBLU").append("
(N/A with 759 )");
}
jQuery("[id^=input-557-6SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXBLU-759]").remove();
jQuery("[id^=input-557-6SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXSBL").change(function(){
if(jQuery("#input-557-6SSXSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767]");
//alert(jQuery("[id^=input-767]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767]").prop("checked"))
{
jQuery("[id^=input-767]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767-557-6SSXSBL]").length === 0)
{
jQuery("[id^=note-767]").append("
(N/A with 557-6SSXSBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-767]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767-557-6SSXSBL]").remove();
jQuery("[id^=input-767]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXSBL");
//alert(jQuery("[id^=input-557-6SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXSBL").prop("checked"))
{
jQuery("#input-557-6SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXSBL-767]").length === 0)
{
jQuery("#note-557-6SSXSBL").append("
(N/A with 767 )");
}
jQuery("[id^=input-557-6SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXSBL-767]").remove();
jQuery("[id^=input-557-6SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXSBL").change(function(){
if(jQuery("#input-557-6SSXSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-557-6SSXSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557-6SSXSBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-557-6SSXSBL]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXSBL");
//alert(jQuery("[id^=input-557-6SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXSBL").prop("checked"))
{
jQuery("#input-557-6SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXSBL-685]").length === 0)
{
jQuery("#note-557-6SSXSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-557-6SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXSBL-685]").remove();
jQuery("[id^=input-557-6SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-6SSXSBL").change(function(){
if(jQuery("#input-557-6SSXSBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-759-557-6SSXSBL]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 557-6SSXSBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-557-6SSXSBL]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557-6SSXSBL");
//alert(jQuery("[id^=input-557-6SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-557-6SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-6SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-6SSXSBL").prop("checked"))
{
jQuery("#input-557-6SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557-6SSXSBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557-6SSXSBL-759]").length === 0)
{
jQuery("#note-557-6SSXSBL").append("
(N/A with 759 )");
}
jQuery("[id^=input-557-6SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-6SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-6SSXSBL-759]").remove();
jQuery("[id^=input-557-6SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-6SSX").change(function(){
if(jQuery("#input-685M-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685M-6SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685M-6SSX - Black Edition EFX II Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685M-6SSX]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685M-6SSX");
//alert(jQuery("[id^=input-685M-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685M-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-6SSX").prop("checked"))
{
jQuery("#input-685M-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-6SSX-950]").length === 0)
{
jQuery("#note-685M-6SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685M-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-6SSX-950]").remove();
jQuery("[id^=input-685M-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-6SSX").change(function(){
if(jQuery("#input-685M-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685M-6SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685M-6SSX - Black Edition EFX II Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685M-6SSX]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685M-6SSX");
//alert(jQuery("[id^=input-685M-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685M-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-6SSX").prop("checked"))
{
jQuery("#input-685M-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-6SSX-951]").length === 0)
{
jQuery("#note-685M-6SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685M-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-6SSX-951]").remove();
jQuery("[id^=input-685M-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-6SSX").change(function(){
if(jQuery("#input-685V-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685V-6SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685V-6SSX - Black Edition EFX II Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685V-6SSX]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685V-6SSX");
//alert(jQuery("[id^=input-685V-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685V-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-6SSX").prop("checked"))
{
jQuery("#input-685V-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-6SSX-950]").length === 0)
{
jQuery("#note-685V-6SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685V-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-6SSX-950]").remove();
jQuery("[id^=input-685V-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-6SSX").change(function(){
if(jQuery("#input-685V-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685V-6SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685V-6SSX - Black Edition EFX II Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685V-6SSX]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685V-6SSX");
//alert(jQuery("[id^=input-685V-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685V-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-6SSX").prop("checked"))
{
jQuery("#input-685V-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-6SSX-951]").length === 0)
{
jQuery("#note-685V-6SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685V-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-6SSX-951]").remove();
jQuery("[id^=input-685V-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685HTXM-6SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXM-6SSX - Black Edition HTX Hardtop Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685HTXM-6SSX]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTXM-6SSX");
//alert(jQuery("[id^=input-685HTXM-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
jQuery("#input-685HTXM-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTXM-6SSX-950]").length === 0)
{
jQuery("#note-685HTXM-6SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXM-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-6SSX-950]").remove();
jQuery("[id^=input-685HTXM-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685HTXM-6SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXM-6SSX - Black Edition HTX Hardtop Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685HTXM-6SSX]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTXM-6SSX");
//alert(jQuery("[id^=input-685HTXM-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
jQuery("#input-685HTXM-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTXM-6SSX-951]").length === 0)
{
jQuery("#note-685HTXM-6SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXM-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-6SSX-951]").remove();
jQuery("[id^=input-685HTXM-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685HTXV-6SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXV-6SSX - Black Edition HTX Hardtop Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685HTXV-6SSX]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTXV-6SSX");
//alert(jQuery("[id^=input-685HTXV-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
jQuery("#input-685HTXV-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTXV-6SSX-950]").length === 0)
{
jQuery("#note-685HTXV-6SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXV-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-6SSX-950]").remove();
jQuery("[id^=input-685HTXV-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685HTXV-6SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXV-6SSX - Black Edition HTX Hardtop Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685HTXV-6SSX]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTXV-6SSX");
//alert(jQuery("[id^=input-685HTXV-6SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
jQuery("#input-685HTXV-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTXV-6SSX-951]").length === 0)
{
jQuery("#note-685HTXV-6SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXV-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-6SSX-951]").remove();
jQuery("[id^=input-685HTXV-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512M-6SSX").change(function(){
if(jQuery("#input-512M-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767B]");
//alert(jQuery("[id^=input-767B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767B]").prop("checked"))
{
jQuery("[id^=input-767B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767B-512M-6SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 512M-6SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-767B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767B-512M-6SSX]").remove();
jQuery("[id^=input-767B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512M-6SSX");
//alert(jQuery("[id^=input-512M-6SSX]").attr("title"));
//alert(jQuery("[id^=input-512M-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512M-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512M-6SSX").prop("checked"))
{
jQuery("#input-512M-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512M-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-512M-6SSX-767B]").length === 0)
{
jQuery("#note-512M-6SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-512M-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512M-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512M-6SSX-767B]").remove();
jQuery("[id^=input-512M-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512M-6SSX").change(function(){
if(jQuery("#input-512M-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759B]");
//alert(jQuery("[id^=input-759B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759B]").prop("checked"))
{
jQuery("[id^=input-759B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-759B-512M-6SSX]").length === 0)
{
jQuery("[id^=note-759B]").append("
(N/A with 512M-6SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-759B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759B-512M-6SSX]").remove();
jQuery("[id^=input-759B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512M-6SSX");
//alert(jQuery("[id^=input-512M-6SSX]").attr("title"));
//alert(jQuery("[id^=input-512M-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512M-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512M-6SSX").prop("checked"))
{
jQuery("#input-512M-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512M-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-512M-6SSX-759B]").length === 0)
{
jQuery("#note-512M-6SSX").append("
(N/A with 759B )");
}
jQuery("[id^=input-512M-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512M-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512M-6SSX-759B]").remove();
jQuery("[id^=input-512M-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512V-6SSX").change(function(){
if(jQuery("#input-512V-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767B]");
//alert(jQuery("[id^=input-767B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767B]").prop("checked"))
{
jQuery("[id^=input-767B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767B-512V-6SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 512V-6SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-767B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767B-512V-6SSX]").remove();
jQuery("[id^=input-767B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512V-6SSX");
//alert(jQuery("[id^=input-512V-6SSX]").attr("title"));
//alert(jQuery("[id^=input-512V-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512V-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512V-6SSX").prop("checked"))
{
jQuery("#input-512V-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512V-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-512V-6SSX-767B]").length === 0)
{
jQuery("#note-512V-6SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-512V-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512V-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512V-6SSX-767B]").remove();
jQuery("[id^=input-512V-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512V-6SSX").change(function(){
if(jQuery("#input-512V-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759B]");
//alert(jQuery("[id^=input-759B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759B]").prop("checked"))
{
jQuery("[id^=input-759B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-759B-512V-6SSX]").length === 0)
{
jQuery("[id^=note-759B]").append("
(N/A with 512V-6SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-759B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759B-512V-6SSX]").remove();
jQuery("[id^=input-759B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512V-6SSX");
//alert(jQuery("[id^=input-512V-6SSX]").attr("title"));
//alert(jQuery("[id^=input-512V-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512V-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512V-6SSX").prop("checked"))
{
jQuery("#input-512V-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512V-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-512V-6SSX-759B]").length === 0)
{
jQuery("#note-512V-6SSX").append("
(N/A with 759B )");
}
jQuery("[id^=input-512V-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512V-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512V-6SSX-759B]").remove();
jQuery("[id^=input-512V-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-6SSXBE").change(function(){
if(jQuery("#input-560NCT-6SSXBE").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-650]");
//alert(jQuery("[id^=input-650]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-650]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-650-560NCT-6SSXBE]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-6SSXBE - Bowrider Filler Cushion)");
}
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-650]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-650-560NCT-6SSXBE]").remove();
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-650]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-560NCT-6SSXBE");
//alert(jQuery("[id^=input-560NCT-6SSXBE]").attr("title"));
//alert(jQuery("[id^=input-560NCT-6SSXBE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-6SSXBE").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-6SSXBE").prop("checked"))
{
jQuery("#input-560NCT-6SSXBE").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-6SSXBE");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-560NCT-6SSXBE-650]").length === 0)
{
jQuery("#note-560NCT-6SSXBE").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-6SSXBE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-6SSXBE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-6SSXBE-650]").remove();
jQuery("[id^=input-560NCT-6SSXBE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-6SSXCYN").change(function(){
if(jQuery("#input-560NCT-6SSXCYN").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-650]");
//alert(jQuery("[id^=input-650]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-650]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-650-560NCT-6SSXCYN]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-6SSXCYN - Bowrider Filler Cushion)");
}
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-650]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-650-560NCT-6SSXCYN]").remove();
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-650]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-560NCT-6SSXCYN");
//alert(jQuery("[id^=input-560NCT-6SSXCYN]").attr("title"));
//alert(jQuery("[id^=input-560NCT-6SSXCYN]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-6SSXCYN").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-6SSXCYN").prop("checked"))
{
jQuery("#input-560NCT-6SSXCYN").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-6SSXCYN");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-560NCT-6SSXCYN-650]").length === 0)
{
jQuery("#note-560NCT-6SSXCYN").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-6SSXCYN]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-6SSXCYN").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-6SSXCYN-650]").remove();
jQuery("[id^=input-560NCT-6SSXCYN]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-6SSXLNR").change(function(){
if(jQuery("#input-560NCT-6SSXLNR").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-650]");
//alert(jQuery("[id^=input-650]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-650]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-650-560NCT-6SSXLNR]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-6SSXLNR - Bowrider Filler Cushion)");
}
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-650]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-650-560NCT-6SSXLNR]").remove();
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-650]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-560NCT-6SSXLNR");
//alert(jQuery("[id^=input-560NCT-6SSXLNR]").attr("title"));
//alert(jQuery("[id^=input-560NCT-6SSXLNR]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-6SSXLNR").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-6SSXLNR").prop("checked"))
{
jQuery("#input-560NCT-6SSXLNR").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-6SSXLNR");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-560NCT-6SSXLNR-650]").length === 0)
{
jQuery("#note-560NCT-6SSXLNR").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-6SSXLNR]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-6SSXLNR").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-6SSXLNR-650]").remove();
jQuery("[id^=input-560NCT-6SSXLNR]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-6SSXSDW").change(function(){
if(jQuery("#input-560NCT-6SSXSDW").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-650]");
//alert(jQuery("[id^=input-650]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-650]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-650-560NCT-6SSXSDW]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-6SSXSDW - Bowrider Filler Cushion)");
}
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-650]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-650-560NCT-6SSXSDW]").remove();
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-650]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-560NCT-6SSXSDW");
//alert(jQuery("[id^=input-560NCT-6SSXSDW]").attr("title"));
//alert(jQuery("[id^=input-560NCT-6SSXSDW]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-6SSXSDW").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-6SSXSDW").prop("checked"))
{
jQuery("#input-560NCT-6SSXSDW").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-6SSXSDW");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-560NCT-6SSXSDW-650]").length === 0)
{
jQuery("#note-560NCT-6SSXSDW").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-6SSXSDW]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-6SSXSDW").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-6SSXSDW-650]").remove();
jQuery("[id^=input-560NCT-6SSXSDW]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-6SSXSLT").change(function(){
if(jQuery("#input-560NCT-6SSXSLT").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-650]");
//alert(jQuery("[id^=input-650]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-650]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-650-560NCT-6SSXSLT]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-6SSXSLT - Bowrider Filler Cushion)");
}
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-650]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-650-560NCT-6SSXSLT]").remove();
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-650]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-560NCT-6SSXSLT");
//alert(jQuery("[id^=input-560NCT-6SSXSLT]").attr("title"));
//alert(jQuery("[id^=input-560NCT-6SSXSLT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-6SSXSLT").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-6SSXSLT").prop("checked"))
{
jQuery("#input-560NCT-6SSXSLT").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-6SSXSLT");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-560NCT-6SSXSLT-650]").length === 0)
{
jQuery("#note-560NCT-6SSXSLT").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-6SSXSLT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-6SSXSLT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-6SSXSLT-650]").remove();
jQuery("[id^=input-560NCT-6SSXSLT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682BC-6SSX").change(function(){
if(jQuery("#input-682BC-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-STD_SKITOW]");
//alert(jQuery("[id^=input-STD_SKITOW]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-STD_SKITOW-682BC-6SSX]").length === 0)
{
jQuery("[id^=note-STD_SKITOW]").append("
(N/A with 682BC-6SSX - Connectivity Package)");
}
jQuery("[id^=input-STD_SKITOW]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-STD_SKITOW]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-STD_SKITOW-682BC-6SSX]").remove();
jQuery("[id^=input-STD_SKITOW]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-STD_SKITOW]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682BC-6SSX");
//alert(jQuery("[id^=input-682BC-6SSX]").attr("title"));
//alert(jQuery("[id^=input-682BC-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682BC-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682BC-6SSX").prop("checked"))
{
jQuery("#input-682BC-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682BC-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-682BC-6SSX-STD_SKITOW]").length === 0)
{
jQuery("#note-682BC-6SSX").append("
(N/A with STD_SKITOW )");
}
jQuery("[id^=input-682BC-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682BC-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682BC-6SSX-STD_SKITOW]").remove();
jQuery("[id^=input-682BC-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682BS-6SSX").change(function(){
if(jQuery("#input-682BS-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-STD_SKITOW]");
//alert(jQuery("[id^=input-STD_SKITOW]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-STD_SKITOW-682BS-6SSX]").length === 0)
{
jQuery("[id^=note-STD_SKITOW]").append("
(N/A with 682BS-6SSX - Connectivity Package)");
}
jQuery("[id^=input-STD_SKITOW]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-STD_SKITOW]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-STD_SKITOW-682BS-6SSX]").remove();
jQuery("[id^=input-STD_SKITOW]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-STD_SKITOW]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682BS-6SSX");
//alert(jQuery("[id^=input-682BS-6SSX]").attr("title"));
//alert(jQuery("[id^=input-682BS-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682BS-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682BS-6SSX").prop("checked"))
{
jQuery("#input-682BS-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682BS-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-682BS-6SSX-STD_SKITOW]").length === 0)
{
jQuery("#note-682BS-6SSX").append("
(N/A with STD_SKITOW )");
}
jQuery("[id^=input-682BS-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682BS-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682BS-6SSX-STD_SKITOW]").remove();
jQuery("[id^=input-682BS-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682WC-6SSX").change(function(){
if(jQuery("#input-682WC-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-760B]");
//alert(jQuery("[id^=input-760B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-760B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-760B-682WC-6SSX]").length === 0)
{
jQuery("[id^=note-760B]").append("
(N/A with 682WC-6SSX - Connectivity Package)");
}
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-760B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-760B-682WC-6SSX]").remove();
jQuery("[id^=input-760B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-760B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682WC-6SSX");
//alert(jQuery("[id^=input-682WC-6SSX]").attr("title"));
//alert(jQuery("[id^=input-682WC-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682WC-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682WC-6SSX").prop("checked"))
{
jQuery("#input-682WC-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682WC-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-682WC-6SSX-760B]").length === 0)
{
jQuery("#note-682WC-6SSX").append("
(N/A with 760B )");
}
jQuery("[id^=input-682WC-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682WC-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682WC-6SSX-760B]").remove();
jQuery("[id^=input-682WC-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682WS-6SSX").change(function(){
if(jQuery("#input-682WS-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-760B]");
//alert(jQuery("[id^=input-760B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-760B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-760B-682WS-6SSX]").length === 0)
{
jQuery("[id^=note-760B]").append("
(N/A with 682WS-6SSX - Connectivity Package)");
}
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-760B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-760B-682WS-6SSX]").remove();
jQuery("[id^=input-760B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-760B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682WS-6SSX");
//alert(jQuery("[id^=input-682WS-6SSX]").attr("title"));
//alert(jQuery("[id^=input-682WS-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682WS-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682WS-6SSX").prop("checked"))
{
jQuery("#input-682WS-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682WS-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-682WS-6SSX-760B]").length === 0)
{
jQuery("#note-682WS-6SSX").append("
(N/A with 760B )");
}
jQuery("[id^=input-682WS-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682WS-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682WS-6SSX-760B]").remove();
jQuery("[id^=input-682WS-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-579-6SSX").change(function(){
if(jQuery("#input-579-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-800]");
//alert(jQuery("[id^=input-800]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-800]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-800]").prop("checked"))
{
jQuery("[id^=input-800]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-800-579-6SSX]").length === 0)
{
jQuery("[id^=note-800]").append("
(N/A with 579-6SSX - Dual Battery Charger)");
}
jQuery("[id^=input-800]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-800]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-800-579-6SSX]").remove();
jQuery("[id^=input-800]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-800]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-579-6SSX");
//alert(jQuery("[id^=input-579-6SSX]").attr("title"));
//alert(jQuery("[id^=input-579-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-579-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-579-6SSX").prop("checked"))
{
jQuery("#input-579-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-579-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-579-6SSX-800]").length === 0)
{
jQuery("#note-579-6SSX").append("
(N/A with 800 )");
}
jQuery("[id^=input-579-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-579-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-579-6SSX-800]").remove();
jQuery("[id^=input-579-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-673-6SSX").change(function(){
if(jQuery("#input-673-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-800]");
//alert(jQuery("[id^=input-800]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-800]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-800]").prop("checked"))
{
jQuery("[id^=input-800]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-800-673-6SSX]").length === 0)
{
jQuery("[id^=note-800]").append("
(N/A with 673-6SSX - Triple Battery Charger)");
}
jQuery("[id^=input-800]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-800]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-800-673-6SSX]").remove();
jQuery("[id^=input-800]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-800]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-673-6SSX");
//alert(jQuery("[id^=input-673-6SSX]").attr("title"));
//alert(jQuery("[id^=input-673-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-673-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-673-6SSX").prop("checked"))
{
jQuery("#input-673-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-673-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-673-6SSX-800]").length === 0)
{
jQuery("#note-673-6SSX").append("
(N/A with 800 )");
}
jQuery("[id^=input-673-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-673-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-673-6SSX-800]").remove();
jQuery("[id^=input-673-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-6SSX").change(function(){
if(jQuery("#input-796DB-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-796DB-6SSX]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 796DB-6SSX - Diamondback Board Racks - Swiveling)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-796DB-6SSX]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-796DB-6SSX");
//alert(jQuery("[id^=input-796DB-6SSX]").attr("title"));
//alert(jQuery("[id^=input-796DB-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-6SSX").prop("checked"))
{
jQuery("#input-796DB-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-796DB-6SSX-685]").length === 0)
{
jQuery("#note-796DB-6SSX").append("
(N/A with 685 )");
}
jQuery("[id^=input-796DB-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-6SSX-685]").remove();
jQuery("[id^=input-796DB-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-6SSX").change(function(){
if(jQuery("#input-796DB-6SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767B]");
//alert(jQuery("[id^=input-767B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767B]").prop("checked"))
{
jQuery("[id^=input-767B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767B-796DB-6SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 796DB-6SSX - Diamondback Board Racks - Swiveling)");
}
jQuery("[id^=input-767B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767B-796DB-6SSX]").remove();
jQuery("[id^=input-767B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-796DB-6SSX");
//alert(jQuery("[id^=input-796DB-6SSX]").attr("title"));
//alert(jQuery("[id^=input-796DB-6SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-6SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-6SSX").prop("checked"))
{
jQuery("#input-796DB-6SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-6SSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-796DB-6SSX-767B]").length === 0)
{
jQuery("#note-796DB-6SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-796DB-6SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-6SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-6SSX-767B]").remove();
jQuery("[id^=input-796DB-6SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ jQuery("#input-979-6SSXBE").change(function(){
if(jQuery("#input-979-6SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-6SSXBE]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-535-979-6SSXBE]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-535]").prop("type") != "radio")
if(jQuery("[id^=input-535]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-535]").prop("disabled", true);
}
if(!jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-535]").append("
(Required By: 979-6SSXBE-Black Edition Hull)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-979-6SSXBE]").hide();
jQuery("[id^=note-single-required-by-979-6SSXBE]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-535]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-535-979-6SSXBE]").remove();
}
}); // end click listener
jQuery("#input-979-6SSXBE").change(function(){
if(jQuery("#input-979-6SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-6SSXBE]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-979-6SSXBE]").hide();
jQuery("[id^=note-single-required-by-979-6SSXBE]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-535]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-535-979-6SSXBE]").remove();
}
}); // end click listener
jQuery("#input-BE_HULL").change(function(){
if(jQuery("#input-BE_HULL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-BE_HULL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-979-BE_HULL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-979]").prop("type") != "radio")
if(jQuery("[id^=input-979]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-979]").prop("disabled", true);
}
if(!jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-979]").append("
(Required By: BE_HULL-Black Edition Hull Bottom)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-BE_HULL]").hide();
jQuery("[id^=note-single-required-by-BE_HULL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-BE_HULL]").remove();
}
}); // end click listener
jQuery("#input-535-6SSX").change(function(){
if(jQuery("#input-535-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-535-6SSX]").hide();
jQuery("[id^=note-single-required-by-535-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-BE_HULL]").remove();
}
}); // end click listener
jQuery("#input-535-6SSX").change(function(){
if(jQuery("#input-535-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-979-535-6SSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-979]").prop("type") != "radio")
if(jQuery("[id^=input-979]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-979]").prop("disabled", true);
}
if(!jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-979]").append("
(Required By: 535-6SSX-Cockpit Interior - Black Edition)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-535-6SSX]").hide();
jQuery("[id^=note-single-required-by-535-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXCYNBLK").change(function(){
if(jQuery("#input-759W-6SSXCYNBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXCYNBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXCYNBLK]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXCYNBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXCYNBLU").change(function(){
if(jQuery("#input-759W-6SSXCYNBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXCYNBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXCYNBLU]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXCYNBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXCYNSBL").change(function(){
if(jQuery("#input-759W-6SSXCYNSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXCYNSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXCYNSBL]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXCYNSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXLNRBLK").change(function(){
if(jQuery("#input-759W-6SSXLNRBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXLNRBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXLNRBLK]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXLNRBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXLNRBLU").change(function(){
if(jQuery("#input-759W-6SSXLNRBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXLNRBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXLNRBLU]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXLNRBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXLNRSBL").change(function(){
if(jQuery("#input-759W-6SSXLNRSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXLNRSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXLNRSBL]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXLNRSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXSDWBLK").change(function(){
if(jQuery("#input-759W-6SSXSDWBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXSDWBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXSDWBLK]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXSDWBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXSDWBLU").change(function(){
if(jQuery("#input-759W-6SSXSDWBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXSDWBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXSDWBLU]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXSDWBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXSDWSBL").change(function(){
if(jQuery("#input-759W-6SSXSDWSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXSDWSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXSDWSBL]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXSDWSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXSLTBLK").change(function(){
if(jQuery("#input-759W-6SSXSLTBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXSLTBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXSLTBLK]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXSLTBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXSLTBLU").change(function(){
if(jQuery("#input-759W-6SSXSLTBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXSLTBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXSLTBLU]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXSLTBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-6SSXSLTSBL").change(function(){
if(jQuery("#input-759W-6SSXSLTSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-6SSXSLTSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759W-6SSXSLTSBL]").hide();
jQuery("[id^=note-single-required-by-759W-6SSXSLTSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXCYNBLK").change(function(){
if(jQuery("#input-759B-6SSXCYNBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXCYNBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXCYNBLK]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXCYNBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXCYNBLU").change(function(){
if(jQuery("#input-759B-6SSXCYNBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXCYNBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXCYNBLU]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXCYNBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXCYNSBL").change(function(){
if(jQuery("#input-759B-6SSXCYNSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXCYNSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXCYNSBL]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXCYNSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXLNRBLK").change(function(){
if(jQuery("#input-759B-6SSXLNRBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXLNRBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXLNRBLK]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXLNRBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXLNRBLU").change(function(){
if(jQuery("#input-759B-6SSXLNRBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXLNRBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXLNRBLU]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXLNRBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXLNRSBL").change(function(){
if(jQuery("#input-759B-6SSXLNRSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXLNRSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXLNRSBL]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXLNRSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXSDWBLK").change(function(){
if(jQuery("#input-759B-6SSXSDWBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXSDWBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXSDWBLK]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXSDWBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXSDWBLU").change(function(){
if(jQuery("#input-759B-6SSXSDWBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXSDWBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXSDWBLU]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXSDWBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXSDWSBL").change(function(){
if(jQuery("#input-759B-6SSXSDWSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXSDWSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXSDWSBL]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXSDWSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXSLTBLK").change(function(){
if(jQuery("#input-759B-6SSXSLTBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXSLTBLK]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXSLTBLK]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXSLTBLK]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXSLTBLU").change(function(){
if(jQuery("#input-759B-6SSXSLTBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXSLTBLU]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXSLTBLU]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXSLTBLU]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-6SSXSLTSBL").change(function(){
if(jQuery("#input-759B-6SSXSLTSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-6SSXSLTSBL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-759B-6SSXSLTSBL]").hide();
jQuery("[id^=note-single-required-by-759B-6SSXSLTSBL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-685HTXM-6SSX").change(function(){
if(jQuery("#input-685HTXM-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTXM-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-685HTXM-6SSX]").hide();
jQuery("[id^=note-single-required-by-685HTXM-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-685HTXV-6SSX").change(function(){
if(jQuery("#input-685HTXV-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTXV-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-685HTXV-6SSX]").hide();
jQuery("[id^=note-single-required-by-685HTXV-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-713B-6SSX").change(function(){
if(jQuery("#input-713B-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713B-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-713B-6SSX]").hide();
jQuery("[id^=note-single-required-by-713B-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-713W-6SSX").change(function(){
if(jQuery("#input-713W-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713W-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-713W-6SSX]").hide();
jQuery("[id^=note-single-required-by-713W-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-6SSX]").remove();
}
}); // end click listener
jQuery("#input-560CT-6SSXBE").change(function(){
if(jQuery("#input-560CT-6SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-6SSXBE]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-560CT-6SSXBE]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 560CT-6SSXBE-Bowrider Filler Cushion)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-560CT-6SSXBE]").hide();
jQuery("[id^=note-single-required-by-560CT-6SSXBE]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-560CT-6SSXBE]").remove();
}
}); // end click listener
jQuery("#input-560CT-6SSXCYN").change(function(){
if(jQuery("#input-560CT-6SSXCYN").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-6SSXCYN]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-560CT-6SSXCYN]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 560CT-6SSXCYN-Bowrider Filler Cushion)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-560CT-6SSXCYN]").hide();
jQuery("[id^=note-single-required-by-560CT-6SSXCYN]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-560CT-6SSXCYN]").remove();
}
}); // end click listener
jQuery("#input-560CT-6SSXLNR").change(function(){
if(jQuery("#input-560CT-6SSXLNR").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-6SSXLNR]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-560CT-6SSXLNR]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 560CT-6SSXLNR-Bowrider Filler Cushion)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-560CT-6SSXLNR]").hide();
jQuery("[id^=note-single-required-by-560CT-6SSXLNR]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-560CT-6SSXLNR]").remove();
}
}); // end click listener
jQuery("#input-560CT-6SSXSDW").change(function(){
if(jQuery("#input-560CT-6SSXSDW").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-6SSXSDW]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-560CT-6SSXSDW]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 560CT-6SSXSDW-Bowrider Filler Cushion)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-560CT-6SSXSDW]").hide();
jQuery("[id^=note-single-required-by-560CT-6SSXSDW]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-560CT-6SSXSDW]").remove();
}
}); // end click listener
jQuery("#input-560CT-6SSXSLT").change(function(){
if(jQuery("#input-560CT-6SSXSLT").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-6SSXSLT]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-560CT-6SSXSLT]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 560CT-6SSXSLT-Bowrider Filler Cushion)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-560CT-6SSXSLT]").hide();
jQuery("[id^=note-single-required-by-560CT-6SSXSLT]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-560CT-6SSXSLT]").remove();
}
}); // end click listener
jQuery("#input-595S-6SSX").change(function(){
if(jQuery("#input-595S-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-595S-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-595S-6SSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 595S-6SSX-Plasdeck Teak Inlay Table Top - Silver)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-595S-6SSX]").hide();
jQuery("[id^=note-single-required-by-595S-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-595S-6SSX]").remove();
}
}); // end click listener
jQuery("#input-595T-6SSX").change(function(){
if(jQuery("#input-595T-6SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-595T-6SSX]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-650-595T-6SSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-650]").prop("type") != "radio")
if(jQuery("[id^=input-650]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-650]").prop("disabled", true);
}
if(!jQuery("[id^=input-650]").prop("checked"))
{
jQuery("[id^=input-650]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-650]").append("
(Required By: 595T-6SSX-Plasdeck Teak Inlay Table Top - Teak)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-595T-6SSX]").hide();
jQuery("[id^=note-single-required-by-595T-6SSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-650]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-650]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-650-595T-6SSX]").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ option_group_data["951-6SSXWHT"] = {}; option_group_data["951-6SSXWHT"]["part_groups"] = new Array();
option_group_data["951-6SSXWHT"]["part_groups"].push("46");
option_group_data["951-6SSXBLK"] = {}; option_group_data["951-6SSXBLK"]["part_groups"] = new Array();
option_group_data["951-6SSXBLK"]["part_groups"].push("45");
option_group_data["951-6SSXBLU"] = {}; option_group_data["951-6SSXBLU"]["part_groups"] = new Array();
option_group_data["951-6SSXBLU"]["part_groups"].push("45");
option_group_data["951-6SSXICE"] = {}; option_group_data["951-6SSXICE"]["part_groups"] = new Array();
option_group_data["951-6SSXICE"]["part_groups"].push("46");
option_group_data["951-6SSXALY"] = {}; option_group_data["951-6SSXALY"]["part_groups"] = new Array();
option_group_data["951-6SSXALY"]["part_groups"].push("46");
option_group_data["951-6SSXSTL"] = {}; option_group_data["951-6SSXSTL"]["part_groups"] = new Array();
option_group_data["951-6SSXSTL"]["part_groups"].push("45");
option_group_data["951-6SSXGRN"] = {}; option_group_data["951-6SSXGRN"]["part_groups"] = new Array();
option_group_data["951-6SSXGRN"]["part_groups"].push("46");
option_group_data["951-6SSXATL"] = {}; option_group_data["951-6SSXATL"]["part_groups"] = new Array();
option_group_data["951-6SSXATL"]["part_groups"].push("46");
option_group_data["979-6SSXBE"] = {}; option_group_data["979-6SSXBE"]["part_groups"] = new Array();
option_group_data["979-6SSXBE"]["part_groups"].push("125");
option_group_data["960-6SSX"] = {}; option_group_data["960-6SSX"]["available_with"] = new Array();
option_group_data["960-6SSX"]["available_with_compound"] = new Array();
option_group_data["960-6SSX"]["available_with"].push("45");
option_group_data["960-6SSX"]["available_with"].push("125");
option_group_data["961-6SSX"] = {}; option_group_data["961-6SSX"]["available_with"] = new Array();
option_group_data["961-6SSX"]["available_with_compound"] = new Array();
option_group_data["961-6SSX"]["available_with"].push("46");
option_group_data["532-6SSX"] = {}; option_group_data["532-6SSX"]["part_groups"] = new Array();
option_group_data["532-6SSX"]["part_groups"].push("20");
option_group_data["532-6SSX"]["part_groups"].push("501");
option_group_data["636-6SSX"] = {}; option_group_data["636-6SSX"]["part_groups"] = new Array();
option_group_data["636-6SSX"]["part_groups"].push("22");
option_group_data["636-6SSX"]["part_groups"].push("501");
option_group_data["637-6SSX"] = {}; option_group_data["637-6SSX"]["part_groups"] = new Array();
option_group_data["637-6SSX"]["part_groups"].push("24");
option_group_data["637-6SSX"]["part_groups"].push("501");
option_group_data["638-6SSX"] = {}; option_group_data["638-6SSX"]["part_groups"] = new Array();
option_group_data["638-6SSX"]["part_groups"].push("27");
option_group_data["638-6SSX"]["part_groups"].push("95");
option_group_data["638-6SSX"]["part_groups"].push("502");
option_group_data["535-6SSX"] = {}; option_group_data["535-6SSX"]["part_groups"] = new Array();
option_group_data["535-6SSX"]["part_groups"].push("27");
option_group_data["535-6SSX"]["part_groups"].push("98");
option_group_data["535-6SSX"]["part_groups"].push("502");
option_group_data["767W-6SSXCYNBLK"] = {}; option_group_data["767W-6SSXCYNBLK"]["part_groups"] = new Array();
option_group_data["767W-6SSXCYNBLK"]["available_with"] = new Array();
option_group_data["767W-6SSXCYNBLK"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXCYNBLK"]["part_groups"].push("3");
option_group_data["767W-6SSXCYNBLK"]["available_with"].push("27");
option_group_data["767W-6SSXCYNBLU"] = {}; option_group_data["767W-6SSXCYNBLU"]["part_groups"] = new Array();
option_group_data["767W-6SSXCYNBLU"]["available_with"] = new Array();
option_group_data["767W-6SSXCYNBLU"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXCYNBLU"]["part_groups"].push("3");
option_group_data["767W-6SSXCYNBLU"]["available_with"].push("27");
option_group_data["767W-6SSXCYNSBL"] = {}; option_group_data["767W-6SSXCYNSBL"]["part_groups"] = new Array();
option_group_data["767W-6SSXCYNSBL"]["available_with"] = new Array();
option_group_data["767W-6SSXCYNSBL"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXCYNSBL"]["part_groups"].push("3");
option_group_data["767W-6SSXCYNSBL"]["available_with"].push("27");
option_group_data["767W-6SSXLNRBLK"] = {}; option_group_data["767W-6SSXLNRBLK"]["part_groups"] = new Array();
option_group_data["767W-6SSXLNRBLK"]["available_with"] = new Array();
option_group_data["767W-6SSXLNRBLK"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXLNRBLK"]["part_groups"].push("3");
option_group_data["767W-6SSXLNRBLK"]["available_with"].push("22");
option_group_data["767W-6SSXLNRBLU"] = {}; option_group_data["767W-6SSXLNRBLU"]["part_groups"] = new Array();
option_group_data["767W-6SSXLNRBLU"]["available_with"] = new Array();
option_group_data["767W-6SSXLNRBLU"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXLNRBLU"]["part_groups"].push("3");
option_group_data["767W-6SSXLNRBLU"]["available_with"].push("22");
option_group_data["767W-6SSXLNRSBL"] = {}; option_group_data["767W-6SSXLNRSBL"]["part_groups"] = new Array();
option_group_data["767W-6SSXLNRSBL"]["available_with"] = new Array();
option_group_data["767W-6SSXLNRSBL"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXLNRSBL"]["part_groups"].push("3");
option_group_data["767W-6SSXLNRSBL"]["available_with"].push("22");
option_group_data["767W-6SSXSDWBLK"] = {}; option_group_data["767W-6SSXSDWBLK"]["part_groups"] = new Array();
option_group_data["767W-6SSXSDWBLK"]["available_with"] = new Array();
option_group_data["767W-6SSXSDWBLK"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXSDWBLK"]["part_groups"].push("3");
option_group_data["767W-6SSXSDWBLK"]["available_with"].push("24");
option_group_data["767W-6SSXSDWBLU"] = {}; option_group_data["767W-6SSXSDWBLU"]["part_groups"] = new Array();
option_group_data["767W-6SSXSDWBLU"]["available_with"] = new Array();
option_group_data["767W-6SSXSDWBLU"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXSDWBLU"]["part_groups"].push("3");
option_group_data["767W-6SSXSDWBLU"]["available_with"].push("24");
option_group_data["767W-6SSXSDWSBL"] = {}; option_group_data["767W-6SSXSDWSBL"]["part_groups"] = new Array();
option_group_data["767W-6SSXSDWSBL"]["available_with"] = new Array();
option_group_data["767W-6SSXSDWSBL"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXSDWSBL"]["part_groups"].push("3");
option_group_data["767W-6SSXSDWSBL"]["available_with"].push("24");
option_group_data["767W-6SSXSLTBLK"] = {}; option_group_data["767W-6SSXSLTBLK"]["part_groups"] = new Array();
option_group_data["767W-6SSXSLTBLK"]["available_with"] = new Array();
option_group_data["767W-6SSXSLTBLK"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXSLTBLK"]["part_groups"].push("3");
option_group_data["767W-6SSXSLTBLK"]["available_with"].push("20");
option_group_data["767W-6SSXSLTBLU"] = {}; option_group_data["767W-6SSXSLTBLU"]["part_groups"] = new Array();
option_group_data["767W-6SSXSLTBLU"]["available_with"] = new Array();
option_group_data["767W-6SSXSLTBLU"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXSLTBLU"]["part_groups"].push("3");
option_group_data["767W-6SSXSLTBLU"]["available_with"].push("20");
option_group_data["767W-6SSXSLTSBL"] = {}; option_group_data["767W-6SSXSLTSBL"]["part_groups"] = new Array();
option_group_data["767W-6SSXSLTSBL"]["available_with"] = new Array();
option_group_data["767W-6SSXSLTSBL"]["available_with_compound"] = new Array();
option_group_data["767W-6SSXSLTSBL"]["part_groups"].push("3");
option_group_data["767W-6SSXSLTSBL"]["available_with"].push("20");
option_group_data["767B-6SSXCYNBLK"] = {}; option_group_data["767B-6SSXCYNBLK"]["part_groups"] = new Array();
option_group_data["767B-6SSXCYNBLK"]["available_with"] = new Array();
option_group_data["767B-6SSXCYNBLK"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXCYNBLK"]["part_groups"].push("8");
option_group_data["767B-6SSXCYNBLK"]["available_with"].push("27");
option_group_data["767B-6SSXCYNBLK"]["available_with"].push("126");
option_group_data["767B-6SSXCYNBLU"] = {}; option_group_data["767B-6SSXCYNBLU"]["part_groups"] = new Array();
option_group_data["767B-6SSXCYNBLU"]["available_with"] = new Array();
option_group_data["767B-6SSXCYNBLU"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXCYNBLU"]["part_groups"].push("8");
option_group_data["767B-6SSXCYNBLU"]["available_with"].push("27");
option_group_data["767B-6SSXCYNSBL"] = {}; option_group_data["767B-6SSXCYNSBL"]["part_groups"] = new Array();
option_group_data["767B-6SSXCYNSBL"]["available_with"] = new Array();
option_group_data["767B-6SSXCYNSBL"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXCYNSBL"]["part_groups"].push("8");
option_group_data["767B-6SSXCYNSBL"]["available_with"].push("27");
option_group_data["767B-6SSXLNRBLK"] = {}; option_group_data["767B-6SSXLNRBLK"]["part_groups"] = new Array();
option_group_data["767B-6SSXLNRBLK"]["available_with"] = new Array();
option_group_data["767B-6SSXLNRBLK"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXLNRBLK"]["part_groups"].push("8");
option_group_data["767B-6SSXLNRBLK"]["available_with"].push("22");
option_group_data["767B-6SSXLNRBLU"] = {}; option_group_data["767B-6SSXLNRBLU"]["part_groups"] = new Array();
option_group_data["767B-6SSXLNRBLU"]["available_with"] = new Array();
option_group_data["767B-6SSXLNRBLU"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXLNRBLU"]["part_groups"].push("8");
option_group_data["767B-6SSXLNRBLU"]["available_with"].push("22");
option_group_data["767B-6SSXLNRSBL"] = {}; option_group_data["767B-6SSXLNRSBL"]["part_groups"] = new Array();
option_group_data["767B-6SSXLNRSBL"]["available_with"] = new Array();
option_group_data["767B-6SSXLNRSBL"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXLNRSBL"]["part_groups"].push("8");
option_group_data["767B-6SSXLNRSBL"]["available_with"].push("22");
option_group_data["767B-6SSXSDWBLK"] = {}; option_group_data["767B-6SSXSDWBLK"]["part_groups"] = new Array();
option_group_data["767B-6SSXSDWBLK"]["available_with"] = new Array();
option_group_data["767B-6SSXSDWBLK"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXSDWBLK"]["part_groups"].push("8");
option_group_data["767B-6SSXSDWBLK"]["available_with"].push("24");
option_group_data["767B-6SSXSDWBLU"] = {}; option_group_data["767B-6SSXSDWBLU"]["part_groups"] = new Array();
option_group_data["767B-6SSXSDWBLU"]["available_with"] = new Array();
option_group_data["767B-6SSXSDWBLU"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXSDWBLU"]["part_groups"].push("8");
option_group_data["767B-6SSXSDWBLU"]["available_with"].push("24");
option_group_data["767B-6SSXSDWSBL"] = {}; option_group_data["767B-6SSXSDWSBL"]["part_groups"] = new Array();
option_group_data["767B-6SSXSDWSBL"]["available_with"] = new Array();
option_group_data["767B-6SSXSDWSBL"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXSDWSBL"]["part_groups"].push("8");
option_group_data["767B-6SSXSDWSBL"]["available_with"].push("24");
option_group_data["767B-6SSXSLTBLK"] = {}; option_group_data["767B-6SSXSLTBLK"]["part_groups"] = new Array();
option_group_data["767B-6SSXSLTBLK"]["available_with"] = new Array();
option_group_data["767B-6SSXSLTBLK"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXSLTBLK"]["part_groups"].push("8");
option_group_data["767B-6SSXSLTBLK"]["available_with"].push("20");
option_group_data["767B-6SSXSLTBLU"] = {}; option_group_data["767B-6SSXSLTBLU"]["part_groups"] = new Array();
option_group_data["767B-6SSXSLTBLU"]["available_with"] = new Array();
option_group_data["767B-6SSXSLTBLU"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXSLTBLU"]["part_groups"].push("8");
option_group_data["767B-6SSXSLTBLU"]["available_with"].push("20");
option_group_data["767B-6SSXSLTSBL"] = {}; option_group_data["767B-6SSXSLTSBL"]["part_groups"] = new Array();
option_group_data["767B-6SSXSLTSBL"]["available_with"] = new Array();
option_group_data["767B-6SSXSLTSBL"]["available_with_compound"] = new Array();
option_group_data["767B-6SSXSLTSBL"]["part_groups"].push("8");
option_group_data["767B-6SSXSLTSBL"]["available_with"].push("20");
option_group_data["759W-6SSXCYNBLK"] = {}; option_group_data["759W-6SSXCYNBLK"]["part_groups"] = new Array();
option_group_data["759W-6SSXCYNBLK"]["available_with"] = new Array();
option_group_data["759W-6SSXCYNBLK"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXCYNBLK"]["part_groups"].push("10");
option_group_data["759W-6SSXCYNBLK"]["available_with"].push("27");
option_group_data["759W-6SSXCYNBLU"] = {}; option_group_data["759W-6SSXCYNBLU"]["part_groups"] = new Array();
option_group_data["759W-6SSXCYNBLU"]["available_with"] = new Array();
option_group_data["759W-6SSXCYNBLU"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXCYNBLU"]["part_groups"].push("10");
option_group_data["759W-6SSXCYNBLU"]["available_with"].push("27");
option_group_data["759W-6SSXCYNSBL"] = {}; option_group_data["759W-6SSXCYNSBL"]["part_groups"] = new Array();
option_group_data["759W-6SSXCYNSBL"]["available_with"] = new Array();
option_group_data["759W-6SSXCYNSBL"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXCYNSBL"]["part_groups"].push("10");
option_group_data["759W-6SSXCYNSBL"]["available_with"].push("27");
option_group_data["759W-6SSXLNRBLK"] = {}; option_group_data["759W-6SSXLNRBLK"]["part_groups"] = new Array();
option_group_data["759W-6SSXLNRBLK"]["available_with"] = new Array();
option_group_data["759W-6SSXLNRBLK"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXLNRBLK"]["part_groups"].push("10");
option_group_data["759W-6SSXLNRBLK"]["available_with"].push("22");
option_group_data["759W-6SSXLNRBLU"] = {}; option_group_data["759W-6SSXLNRBLU"]["part_groups"] = new Array();
option_group_data["759W-6SSXLNRBLU"]["available_with"] = new Array();
option_group_data["759W-6SSXLNRBLU"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXLNRBLU"]["part_groups"].push("10");
option_group_data["759W-6SSXLNRBLU"]["available_with"].push("22");
option_group_data["759W-6SSXLNRSBL"] = {}; option_group_data["759W-6SSXLNRSBL"]["part_groups"] = new Array();
option_group_data["759W-6SSXLNRSBL"]["available_with"] = new Array();
option_group_data["759W-6SSXLNRSBL"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXLNRSBL"]["part_groups"].push("10");
option_group_data["759W-6SSXLNRSBL"]["available_with"].push("22");
option_group_data["759W-6SSXSDWBLK"] = {}; option_group_data["759W-6SSXSDWBLK"]["part_groups"] = new Array();
option_group_data["759W-6SSXSDWBLK"]["available_with"] = new Array();
option_group_data["759W-6SSXSDWBLK"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXSDWBLK"]["part_groups"].push("10");
option_group_data["759W-6SSXSDWBLK"]["available_with"].push("24");
option_group_data["759W-6SSXSDWBLU"] = {}; option_group_data["759W-6SSXSDWBLU"]["part_groups"] = new Array();
option_group_data["759W-6SSXSDWBLU"]["available_with"] = new Array();
option_group_data["759W-6SSXSDWBLU"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXSDWBLU"]["part_groups"].push("10");
option_group_data["759W-6SSXSDWBLU"]["available_with"].push("24");
option_group_data["759W-6SSXSDWSBL"] = {}; option_group_data["759W-6SSXSDWSBL"]["part_groups"] = new Array();
option_group_data["759W-6SSXSDWSBL"]["available_with"] = new Array();
option_group_data["759W-6SSXSDWSBL"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXSDWSBL"]["part_groups"].push("10");
option_group_data["759W-6SSXSDWSBL"]["available_with"].push("24");
option_group_data["759W-6SSXSLTBLK"] = {}; option_group_data["759W-6SSXSLTBLK"]["part_groups"] = new Array();
option_group_data["759W-6SSXSLTBLK"]["available_with"] = new Array();
option_group_data["759W-6SSXSLTBLK"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXSLTBLK"]["part_groups"].push("10");
option_group_data["759W-6SSXSLTBLK"]["available_with"].push("20");
option_group_data["759W-6SSXSLTBLU"] = {}; option_group_data["759W-6SSXSLTBLU"]["part_groups"] = new Array();
option_group_data["759W-6SSXSLTBLU"]["available_with"] = new Array();
option_group_data["759W-6SSXSLTBLU"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXSLTBLU"]["part_groups"].push("10");
option_group_data["759W-6SSXSLTBLU"]["available_with"].push("20");
option_group_data["759W-6SSXSLTSBL"] = {}; option_group_data["759W-6SSXSLTSBL"]["part_groups"] = new Array();
option_group_data["759W-6SSXSLTSBL"]["available_with"] = new Array();
option_group_data["759W-6SSXSLTSBL"]["available_with_compound"] = new Array();
option_group_data["759W-6SSXSLTSBL"]["part_groups"].push("10");
option_group_data["759W-6SSXSLTSBL"]["available_with"].push("20");
option_group_data["759B-6SSXCYNBLK"] = {}; option_group_data["759B-6SSXCYNBLK"]["part_groups"] = new Array();
option_group_data["759B-6SSXCYNBLK"]["available_with"] = new Array();
option_group_data["759B-6SSXCYNBLK"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXCYNBLK"]["part_groups"].push("9");
option_group_data["759B-6SSXCYNBLK"]["available_with"].push("27");
option_group_data["759B-6SSXCYNBLU"] = {}; option_group_data["759B-6SSXCYNBLU"]["part_groups"] = new Array();
option_group_data["759B-6SSXCYNBLU"]["available_with"] = new Array();
option_group_data["759B-6SSXCYNBLU"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXCYNBLU"]["part_groups"].push("9");
option_group_data["759B-6SSXCYNBLU"]["available_with"].push("27");
option_group_data["759B-6SSXCYNSBL"] = {}; option_group_data["759B-6SSXCYNSBL"]["part_groups"] = new Array();
option_group_data["759B-6SSXCYNSBL"]["available_with"] = new Array();
option_group_data["759B-6SSXCYNSBL"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXCYNSBL"]["part_groups"].push("9");
option_group_data["759B-6SSXCYNSBL"]["available_with"].push("27");
option_group_data["759B-6SSXLNRBLK"] = {}; option_group_data["759B-6SSXLNRBLK"]["part_groups"] = new Array();
option_group_data["759B-6SSXLNRBLK"]["available_with"] = new Array();
option_group_data["759B-6SSXLNRBLK"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXLNRBLK"]["part_groups"].push("9");
option_group_data["759B-6SSXLNRBLK"]["available_with"].push("22");
option_group_data["759B-6SSXLNRBLU"] = {}; option_group_data["759B-6SSXLNRBLU"]["part_groups"] = new Array();
option_group_data["759B-6SSXLNRBLU"]["available_with"] = new Array();
option_group_data["759B-6SSXLNRBLU"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXLNRBLU"]["part_groups"].push("9");
option_group_data["759B-6SSXLNRBLU"]["available_with"].push("22");
option_group_data["759B-6SSXLNRSBL"] = {}; option_group_data["759B-6SSXLNRSBL"]["part_groups"] = new Array();
option_group_data["759B-6SSXLNRSBL"]["available_with"] = new Array();
option_group_data["759B-6SSXLNRSBL"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXLNRSBL"]["part_groups"].push("9");
option_group_data["759B-6SSXLNRSBL"]["available_with"].push("22");
option_group_data["759B-6SSXSDWBLK"] = {}; option_group_data["759B-6SSXSDWBLK"]["part_groups"] = new Array();
option_group_data["759B-6SSXSDWBLK"]["available_with"] = new Array();
option_group_data["759B-6SSXSDWBLK"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXSDWBLK"]["part_groups"].push("9");
option_group_data["759B-6SSXSDWBLK"]["available_with"].push("24");
option_group_data["759B-6SSXSDWBLU"] = {}; option_group_data["759B-6SSXSDWBLU"]["part_groups"] = new Array();
option_group_data["759B-6SSXSDWBLU"]["available_with"] = new Array();
option_group_data["759B-6SSXSDWBLU"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXSDWBLU"]["part_groups"].push("9");
option_group_data["759B-6SSXSDWBLU"]["available_with"].push("24");
option_group_data["759B-6SSXSDWSBL"] = {}; option_group_data["759B-6SSXSDWSBL"]["part_groups"] = new Array();
option_group_data["759B-6SSXSDWSBL"]["available_with"] = new Array();
option_group_data["759B-6SSXSDWSBL"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXSDWSBL"]["part_groups"].push("9");
option_group_data["759B-6SSXSDWSBL"]["available_with"].push("24");
option_group_data["759B-6SSXSLTBLK"] = {}; option_group_data["759B-6SSXSLTBLK"]["part_groups"] = new Array();
option_group_data["759B-6SSXSLTBLK"]["available_with"] = new Array();
option_group_data["759B-6SSXSLTBLK"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXSLTBLK"]["part_groups"].push("9");
option_group_data["759B-6SSXSLTBLK"]["available_with"].push("20");
option_group_data["759B-6SSXSLTBLU"] = {}; option_group_data["759B-6SSXSLTBLU"]["part_groups"] = new Array();
option_group_data["759B-6SSXSLTBLU"]["available_with"] = new Array();
option_group_data["759B-6SSXSLTBLU"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXSLTBLU"]["part_groups"].push("9");
option_group_data["759B-6SSXSLTBLU"]["available_with"].push("20");
option_group_data["759B-6SSXSLTSBL"] = {}; option_group_data["759B-6SSXSLTSBL"]["part_groups"] = new Array();
option_group_data["759B-6SSXSLTSBL"]["available_with"] = new Array();
option_group_data["759B-6SSXSLTSBL"]["available_with_compound"] = new Array();
option_group_data["759B-6SSXSLTSBL"]["part_groups"].push("9");
option_group_data["759B-6SSXSLTSBL"]["available_with"].push("20");
option_group_data["642HTX-6SSXBLK"] = {}; option_group_data["642HTX-6SSXBLK"]["available_with"] = new Array();
option_group_data["642HTX-6SSXBLK"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXBLK"]["available_with"].push("10");
option_group_data["642HTXB-6SSXWHT"] = {}; option_group_data["642HTXB-6SSXWHT"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXWHT"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXWHT"]["available_with"].push("9");
option_group_data["642HTXB-6SSXWHT"]["available_with"].push("128");
option_group_data["642HTX-6SSXSTL"] = {}; option_group_data["642HTX-6SSXSTL"]["available_with"] = new Array();
option_group_data["642HTX-6SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXSTL"]["available_with"].push("10");
option_group_data["642HTXB-6SSXSTL"] = {}; option_group_data["642HTXB-6SSXSTL"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXSTL"]["available_with"].push("9");
option_group_data["642HTXB-6SSXSTL"]["available_with"].push("128");
option_group_data["642HTX-6SSXBLU"] = {}; option_group_data["642HTX-6SSXBLU"]["available_with"] = new Array();
option_group_data["642HTX-6SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXBLU"]["available_with"].push("10");
option_group_data["642HTXB-6SSXBLU"] = {}; option_group_data["642HTXB-6SSXBLU"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXBLU"]["available_with"].push("9");
option_group_data["642HTXB-6SSXBLU"]["available_with"].push("128");
option_group_data["642HTX-6SSXALY"] = {}; option_group_data["642HTX-6SSXALY"]["available_with"] = new Array();
option_group_data["642HTX-6SSXALY"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXALY"]["available_with"].push("10");
option_group_data["642HTXB-6SSXALY"] = {}; option_group_data["642HTXB-6SSXALY"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXALY"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXALY"]["available_with"].push("9");
option_group_data["642HTXB-6SSXALY"]["available_with"].push("128");
option_group_data["642HTXB-6SSXICE"] = {}; option_group_data["642HTXB-6SSXICE"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXICE"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXICE"]["available_with"].push("9");
option_group_data["642HTXB-6SSXICE"]["available_with"].push("128");
option_group_data["642HTX-6SSXICE"] = {}; option_group_data["642HTX-6SSXICE"]["available_with"] = new Array();
option_group_data["642HTX-6SSXICE"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXICE"]["available_with"].push("10");
option_group_data["642HTX-6SSXATL"] = {}; option_group_data["642HTX-6SSXATL"]["available_with"] = new Array();
option_group_data["642HTX-6SSXATL"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXATL"]["available_with"].push("10");
option_group_data["642HTXB-6SSXATL"] = {}; option_group_data["642HTXB-6SSXATL"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXATL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXATL"]["available_with"].push("9");
option_group_data["642HTXB-6SSXATL"]["available_with"].push("128");
option_group_data["642HTX-6SSXGRN"] = {}; option_group_data["642HTX-6SSXGRN"]["available_with"] = new Array();
option_group_data["642HTX-6SSXGRN"]["available_with_compound"] = new Array();
option_group_data["642HTX-6SSXGRN"]["available_with"].push("10");
option_group_data["642HTXB-6SSXGRN"] = {}; option_group_data["642HTXB-6SSXGRN"]["available_with"] = new Array();
option_group_data["642HTXB-6SSXGRN"]["available_with_compound"] = new Array();
option_group_data["642HTXB-6SSXGRN"]["available_with"].push("9");
option_group_data["642HTXB-6SSXGRN"]["available_with"].push("128");
option_group_data["735-6SSXWHT"] = {}; option_group_data["735-6SSXWHT"]["available_with"] = new Array();
option_group_data["735-6SSXWHT"]["available_with_compound"] = new Array();
option_group_data["735-6SSXWHT"]["available_with"].push("3");
option_group_data["735-6SSXWHT"]["available_with"].push("8");
option_group_data["735-6SSXWHT"]["available_with"].push("126");
option_group_data["735HTX-6SSXWHT"] = {}; option_group_data["735HTX-6SSXWHT"]["available_with"] = new Array();
option_group_data["735HTX-6SSXWHT"]["available_with_compound"] = new Array();
option_group_data["735HTX-6SSXWHT"]["available_with"].push("9");
option_group_data["735HTX-6SSXWHT"]["available_with"].push("10");
option_group_data["735HTX-6SSXWHT"]["available_with"].push("128");
option_group_data["735-6SSXBLK"] = {}; option_group_data["735-6SSXBLK"]["available_with"] = new Array();
option_group_data["735-6SSXBLK"]["available_with_compound"] = new Array();
option_group_data["735-6SSXBLK"]["available_with"].push("3");
option_group_data["735-6SSXBLK"]["available_with"].push("8");
option_group_data["735-6SSXBLK"]["available_with"].push("126");
option_group_data["735HTX-6SSXBLK"] = {}; option_group_data["735HTX-6SSXBLK"]["available_with"] = new Array();
option_group_data["735HTX-6SSXBLK"]["available_with_compound"] = new Array();
option_group_data["735HTX-6SSXBLK"]["available_with"].push("9");
option_group_data["735HTX-6SSXBLK"]["available_with"].push("10");
option_group_data["735HTX-6SSXBLK"]["available_with"].push("128");
option_group_data["765-6SSXWHT"] = {}; option_group_data["765-6SSXWHT"]["available_with"] = new Array();
option_group_data["765-6SSXWHT"]["available_with_compound"] = new Array();
option_group_data["765-6SSXWHT"]["available_with"].push("3");
option_group_data["765-6SSXWHT"]["available_with"].push("8");
option_group_data["765-6SSXWHT"]["available_with"].push("126");
option_group_data["765-6SSXWHT"]["available_with"].push("9");
option_group_data["765-6SSXWHT"]["available_with"].push("10");
option_group_data["765-6SSXWHT"]["available_with"].push("128");
option_group_data["765-6SSXBLK"] = {}; option_group_data["765-6SSXBLK"]["available_with"] = new Array();
option_group_data["765-6SSXBLK"]["available_with_compound"] = new Array();
option_group_data["765-6SSXBLK"]["available_with"].push("3");
option_group_data["765-6SSXBLK"]["available_with"].push("8");
option_group_data["765-6SSXBLK"]["available_with"].push("126");
option_group_data["765-6SSXBLK"]["available_with"].push("9");
option_group_data["765-6SSXBLK"]["available_with"].push("10");
option_group_data["765-6SSXBLK"]["available_with"].push("128");
option_group_data["557RA-6SSXBLK"] = {}; option_group_data["557RA-6SSXBLK"]["available_with"] = new Array();
option_group_data["557RA-6SSXBLK"]["available_with_compound"] = new Array();
option_group_data["557RA-6SSXBLK"]["available_with"].push("3");
option_group_data["557RA-6SSXBLK"]["available_with"].push("8");
option_group_data["557RA-6SSXBLK"]["available_with"].push("126");
option_group_data["557RA-6SSXBLK"]["available_with"].push("9");
option_group_data["557RA-6SSXBLK"]["available_with"].push("10");
option_group_data["557RA-6SSXBLK"]["available_with"].push("128");
option_group_data["557RA-6SSXBLU"] = {}; option_group_data["557RA-6SSXBLU"]["available_with"] = new Array();
option_group_data["557RA-6SSXBLU"]["available_with_compound"] = new Array();
option_group_data["557RA-6SSXBLU"]["available_with"].push("3");
option_group_data["557RA-6SSXBLU"]["available_with"].push("8");
option_group_data["557RA-6SSXBLU"]["available_with"].push("126");
option_group_data["557RA-6SSXBLU"]["available_with"].push("9");
option_group_data["557RA-6SSXBLU"]["available_with"].push("10");
option_group_data["557RA-6SSXBLU"]["available_with"].push("128");
option_group_data["557RA-6SSXSBL"] = {}; option_group_data["557RA-6SSXSBL"]["available_with"] = new Array();
option_group_data["557RA-6SSXSBL"]["available_with_compound"] = new Array();
option_group_data["557RA-6SSXSBL"]["available_with"].push("3");
option_group_data["557RA-6SSXSBL"]["available_with"].push("8");
option_group_data["557RA-6SSXSBL"]["available_with"].push("126");
option_group_data["557RA-6SSXSBL"]["available_with"].push("9");
option_group_data["557RA-6SSXSBL"]["available_with"].push("10");
option_group_data["557RA-6SSXSBL"]["available_with"].push("128");
option_group_data["619RA-6SSX"] = {}; option_group_data["619RA-6SSX"]["available_with"] = new Array();
option_group_data["619RA-6SSX"]["available_with_compound"] = new Array();
option_group_data["619RA-6SSX"]["available_with"].push("3");
option_group_data["619RA-6SSX"]["available_with"].push("8");
option_group_data["619RA-6SSX"]["available_with"].push("126");
option_group_data["619RA-6SSX"]["available_with"].push("9");
option_group_data["619RA-6SSX"]["available_with"].push("10");
option_group_data["619RA-6SSX"]["available_with"].push("128");
option_group_data["685M-6SSX"] = {}; option_group_data["685M-6SSX"]["part_groups"] = new Array();
option_group_data["685M-6SSX"]["part_groups"].push("126");
option_group_data["685V-6SSX"] = {}; option_group_data["685V-6SSX"]["part_groups"] = new Array();
option_group_data["685V-6SSX"]["part_groups"].push("126");
option_group_data["685HTXM-6SSX"] = {}; option_group_data["685HTXM-6SSX"]["part_groups"] = new Array();
option_group_data["685HTXM-6SSX"]["part_groups"].push("128");
option_group_data["685HTXV-6SSX"] = {}; option_group_data["685HTXV-6SSX"]["part_groups"] = new Array();
option_group_data["685HTXV-6SSX"]["part_groups"].push("128");
option_group_data["512BV-6SSX"] = {}; option_group_data["512BV-6SSX"]["available_with"] = new Array();
option_group_data["512BV-6SSX"]["available_with_compound"] = new Array();
option_group_data["512BV-6SSX"]["available_with"].push("8");
option_group_data["512BV-6SSX"]["available_with"].push("9");
option_group_data["512BM-6SSX"] = {}; option_group_data["512BM-6SSX"]["available_with"] = new Array();
option_group_data["512BM-6SSX"]["available_with_compound"] = new Array();
option_group_data["512BM-6SSX"]["available_with"].push("8");
option_group_data["512BM-6SSX"]["available_with"].push("9");
option_group_data["713B-6SSX"] = {}; option_group_data["713B-6SSX"]["available_with"] = new Array();
option_group_data["713B-6SSX"]["available_with_compound"] = new Array();
option_group_data["713B-6SSX"]["available_with"].push("8");
option_group_data["713B-6SSX"]["available_with"].push("126");
option_group_data["713W-6SSX"] = {}; option_group_data["713W-6SSX"]["available_with"] = new Array();
option_group_data["713W-6SSX"]["available_with_compound"] = new Array();
option_group_data["713W-6SSX"]["available_with"].push("3");
option_group_data["560CT-6SSXBE"] = {}; option_group_data["560CT-6SSXBE"]["available_with"] = new Array();
option_group_data["560CT-6SSXBE"]["available_with_compound"] = new Array();
option_group_data["560CT-6SSXBE"]["available_with"].push("98");
option_group_data["560CT-6SSXCYN"] = {}; option_group_data["560CT-6SSXCYN"]["available_with"] = new Array();
option_group_data["560CT-6SSXCYN"]["available_with_compound"] = new Array();
option_group_data["560CT-6SSXCYN"]["available_with"].push("95");
option_group_data["560CT-6SSXLNR"] = {}; option_group_data["560CT-6SSXLNR"]["available_with"] = new Array();
option_group_data["560CT-6SSXLNR"]["available_with_compound"] = new Array();
option_group_data["560CT-6SSXLNR"]["available_with"].push("22");
option_group_data["560CT-6SSXSDW"] = {}; option_group_data["560CT-6SSXSDW"]["available_with"] = new Array();
option_group_data["560CT-6SSXSDW"]["available_with_compound"] = new Array();
option_group_data["560CT-6SSXSDW"]["available_with"].push("24");
option_group_data["560CT-6SSXSLT"] = {}; option_group_data["560CT-6SSXSLT"]["available_with"] = new Array();
option_group_data["560CT-6SSXSLT"]["available_with_compound"] = new Array();
option_group_data["560CT-6SSXSLT"]["available_with"].push("20");
option_group_data["560NCT-6SSXBE"] = {}; option_group_data["560NCT-6SSXBE"]["available_with"] = new Array();
option_group_data["560NCT-6SSXBE"]["available_with_compound"] = new Array();
option_group_data["560NCT-6SSXBE"]["available_with"].push("98");
option_group_data["560NCT-6SSXCYN"] = {}; option_group_data["560NCT-6SSXCYN"]["available_with"] = new Array();
option_group_data["560NCT-6SSXCYN"]["available_with_compound"] = new Array();
option_group_data["560NCT-6SSXCYN"]["available_with"].push("95");
option_group_data["560NCT-6SSXLNR"] = {}; option_group_data["560NCT-6SSXLNR"]["available_with"] = new Array();
option_group_data["560NCT-6SSXLNR"]["available_with_compound"] = new Array();
option_group_data["560NCT-6SSXLNR"]["available_with"].push("22");
option_group_data["560NCT-6SSXSDW"] = {}; option_group_data["560NCT-6SSXSDW"]["available_with"] = new Array();
option_group_data["560NCT-6SSXSDW"]["available_with_compound"] = new Array();
option_group_data["560NCT-6SSXSDW"]["available_with"].push("24");
option_group_data["560NCT-6SSXSLT"] = {}; option_group_data["560NCT-6SSXSLT"]["available_with"] = new Array();
option_group_data["560NCT-6SSXSLT"]["available_with_compound"] = new Array();
option_group_data["560NCT-6SSXSLT"]["available_with"].push("20");
option_group_data["704S-6SSX"] = {}; option_group_data["704S-6SSX"]["available_with"] = new Array();
option_group_data["704S-6SSX"]["available_with_compound"] = new Array();
option_group_data["704S-6SSX"]["available_with"].push("20");
option_group_data["704S-6SSX"]["available_with"].push("22");
option_group_data["704S-6SSX"]["available_with"].push("24");
option_group_data["704C-6SSX"] = {}; option_group_data["704C-6SSX"]["available_with"] = new Array();
option_group_data["704C-6SSX"]["available_with_compound"] = new Array();
option_group_data["704C-6SSX"]["available_with"].push("95");
option_group_data["704BE-6SSX"] = {}; option_group_data["704BE-6SSX"]["available_with"] = new Array();
option_group_data["704BE-6SSX"]["available_with_compound"] = new Array();
option_group_data["704BE-6SSX"]["available_with"].push("98");
option_group_data["760B-6SSX"] = {}; option_group_data["760B-6SSX"]["available_with"] = new Array();
option_group_data["760B-6SSX"]["available_with_compound"] = new Array();
option_group_data["760B-6SSX"]["available_with"].push("8");
option_group_data["760B-6SSX"]["available_with"].push("9");
option_group_data["682BC-6SSX"] = {}; option_group_data["682BC-6SSX"]["available_with"] = new Array();
option_group_data["682BC-6SSX"]["available_with_compound"] = new Array();
option_group_data["682BC-6SSX"]["available_with"].push("502");
option_group_data["682BS-6SSX"] = {}; option_group_data["682BS-6SSX"]["available_with"] = new Array();
option_group_data["682BS-6SSX"]["available_with_compound"] = new Array();
option_group_data["682BS-6SSX"]["available_with"].push("501");
option_group_data["682WC-6SSX"] = {}; option_group_data["682WC-6SSX"]["available_with"] = new Array();
option_group_data["682WC-6SSX"]["available_with_compound"] = new Array();
option_group_data["682WC-6SSX"]["available_with"].push("502");
option_group_data["682WS-6SSX"] = {}; option_group_data["682WS-6SSX"]["available_with"] = new Array();
option_group_data["682WS-6SSX"]["available_with_compound"] = new Array();
option_group_data["682WS-6SSX"]["available_with"].push("501");
option_group_data["796BE-6SSX"] = {}; option_group_data["796BE-6SSX"]["available_with"] = new Array();
option_group_data["796BE-6SSX"]["available_with_compound"] = new Array();
option_group_data["796BE-6SSX"]["available_with"].push("8");
option_group_data["796BE-6SSX"]["available_with"].push("126");
option_group_data["796DB-6SSX"] = {}; option_group_data["796DB-6SSX"]["available_with"] = new Array();
option_group_data["796DB-6SSX"]["available_with_compound"] = new Array();
option_group_data["796DB-6SSX"]["available_with"].push("3");
option_group_data["795B-6SSXHTX"] = {}; option_group_data["795B-6SSXHTX"]["available_with"] = new Array();
option_group_data["795B-6SSXHTX"]["available_with_compound"] = new Array();
option_group_data["795B-6SSXHTX"]["available_with"].push("9");
option_group_data["795W-6SSXHTX"] = {}; option_group_data["795W-6SSXHTX"]["available_with"] = new Array();
option_group_data["795W-6SSXHTX"]["available_with_compound"] = new Array();
option_group_data["795W-6SSXHTX"]["available_with"].push("10");
option_group_data["794B-6SSX"] = {}; option_group_data["794B-6SSX"]["available_with"] = new Array();
option_group_data["794B-6SSX"]["available_with_compound"] = new Array();
option_group_data["794B-6SSX"]["available_with"].push("9");
option_group_data["794W-6SSX"] = {}; option_group_data["794W-6SSX"]["available_with"] = new Array();
option_group_data["794W-6SSX"]["available_with_compound"] = new Array();
option_group_data["794W-6SSX"]["available_with"].push("10");
option_group_data["688BA-6SSX"] = {}; option_group_data["688BA-6SSX"]["part_groups"] = new Array();
option_group_data["688BA-6SSX"]["part_groups"].push("64");
option_group_data["688AA-6SSX"] = {}; option_group_data["688AA-6SSX"]["part_groups"] = new Array();
option_group_data["688AA-6SSX"]["part_groups"].push("62");
option_group_data["688WA-6SSX"] = {}; option_group_data["688WA-6SSX"]["part_groups"] = new Array();
option_group_data["688WA-6SSX"]["part_groups"].push("64");
option_group_data["688BE-6SSX"] = {}; option_group_data["688BE-6SSX"]["part_groups"] = new Array();
option_group_data["688BE-6SSX"]["available_with"] = new Array();
option_group_data["688BE-6SSX"]["available_with_compound"] = new Array();
option_group_data["688BE-6SSX"]["part_groups"].push("57");
option_group_data["688BE-6SSX"]["available_with"].push("126");
option_group_data["688BE-6SSX"]["available_with"].push("128");
option_group_data["687P-6SSX"] = {}; option_group_data["687P-6SSX"]["available_with"] = new Array();
option_group_data["687P-6SSX"]["available_with_compound"] = new Array();
option_group_data["687P-6SSX"]["available_with"].push("64");
option_group_data["687-6SSXALM"] = {}; option_group_data["687-6SSXALM"]["available_with"] = new Array();
option_group_data["687-6SSXALM"]["available_with_compound"] = new Array();
option_group_data["687-6SSXALM"]["available_with"].push("62");
option_group_data["687BE-6SSX"] = {}; option_group_data["687BE-6SSX"]["available_with"] = new Array();
option_group_data["687BE-6SSX"]["available_with_compound"] = new Array();
option_group_data["687BE-6SSX"]["available_with"].push("57");
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#boat_build_form").validate({
rules: {
name: {
required: true,
minlength: 2
},
email: {
required: true,
email: true
},
zip: {
required: true,
minlength: 3
}
},
messages: {
name: " -Name Required ",
email: " -Please enter a valid email address",
zip: " -Zip/Postal Required"
}
}); // end validate
});// end doc ready
jQuery(document).ready(function(){
checked_boxes_price_tally();
checked_boxes_list_tally();
jQuery(".byb_checkbox:input").change(function(){
// if this is a single selection and if this option is checked
if(jQuery(this).attr("single_selection_group") && jQuery(this).prop("checked"))
{
// loop thorugh all options and remove checks from this single selection group
var single_selection_group = jQuery(this).attr("single_selection_group");
var single_selection_checked_option = jQuery(this).val();
jQuery("#boat_build_form input:checked").each(function(){
// if this option is in the single selection group AND it is NOT the same part number as selected above
if(jQuery(this).attr("single_selection_group") == single_selection_group && jQuery(this).val() != single_selection_checked_option)
{
jQuery(this).prop("checked",false).change();
}
});
}
//includes();
apply_part_groups();
apply_graphics();
checked_boxes_price_tally();
checked_boxes_list_tally();
setCanvasColor();
setXtremeArchGraphics();
//alert(overwrite_group_total["msrp"]);
});
});
function checked_boxes_price_tally(){
// here we get the volume discount to be used in the final tally price
// these boats do NOT get volume discount applied to them
///////// !!!!!!!!!!! Volume discount has been moved to the line item !!!!!!!!!!!!!!!!!!!!/////////
//if(item_id != "342" && item_id != "345")
// {
// var volume_discount = (100 - parseFloat(jQuery("#volume_discount-holder").val()-0))/100;
// }
//else
// {
// var volume_discount = 1;
// }
var dealer_installed_option_total = 0;
// get msrp of dealer installed options
jQuery(".dealer_installed_option_price").each(function(){
if(jQuery(this).val())
{
dealer_installed_option_total = dealer_installed_option_total+parseFloat(jQuery(this).val());
}
});
var checked_boxes_total = new Array();
checked_boxes_total["msrp"] = 0;
checked_boxes_total["msrp_base"] = 0;
checked_boxes_total["dealer_price"] = 0;
checked_boxes_total["dealer_margin"] = 0;
base_multiplier
jQuery("#boat_build_form input:checked").each(function(){
//alert(this.id);
//alert(jQuery("input").attr("disabled"));
// if the checkbox is not disabled
// this first line weeds out tbd pricing of 999999
//if(!jQuery(this).prop("disabled") && jQuery(this).attr("msrp") && jQuery(this).attr("is_tbd") != 1 && jQuery(this).attr("is_tbd") != "1")
//if((!jQuery(this).prop("disabled") || jQuery(this).attr("is_required")) && jQuery(this).attr("msrp") && jQuery(this).val() != "NPPNPRICE22S" )
if(!jQuery(this).prop("included_option") && jQuery(this).attr("msrp"))
{
//alert(jQuery(this).attr("dealer_margin"));
//alert(jQuery(this).attr("id"));
// we have base
if(jQuery(this).attr("overwrite_group") == 1){
checked_boxes_total["msrp_base"] = checked_boxes_total["msrp_base"] + (parseFloat(jQuery(this).attr("msrp"))*base_multiplier);
}
// we have option
else{
checked_boxes_total["msrp_base"] = checked_boxes_total["msrp_base"] + (parseFloat(jQuery(this).attr("msrp"))*option_multiplier);
}
checked_boxes_total["msrp"] = checked_boxes_total["msrp"] + parseFloat(jQuery(this).attr("msrp"));
checked_boxes_total["dealer_price"] = checked_boxes_total["dealer_price"] + parseFloat(jQuery(this).attr("dealer_cost"));
checked_boxes_total["dealer_margin"] = checked_boxes_total["dealer_margin"] + parseFloat(jQuery(this).attr("dealer_margin"));
}
}); // end checked each
// cycle through
//alert(checked_boxes_total["msrp"]);
// here we format the price
// here we send the price to the page
jQuery(".msrp_holder").html(checked_boxes_total["msrp_base"]+dealer_installed_option_total).formatCurrency({ roundToDecimalPlace:0 });
jQuery(".msrp_container").html(checked_boxes_total["msrp"]+dealer_installed_option_total).formatCurrency({ roundToDecimalPlace:0 });
jQuery(".dealer_price_container").html(checked_boxes_total["dealer_price"]).formatCurrency({ roundToDecimalPlace:0 });
jQuery(".dealer_margin_price_container").html(checked_boxes_total["dealer_margin"]+dealer_installed_option_total).formatCurrency({ roundToDecimalPlace:0 });
} function apply_graphics(){
// hide all the graphic overlays
jQuery(".boat_builder_graphic_overlay").css("display","none");
jQuery(".byb_checkbox").each(function() {
// if this option has an overlay
if(jQuery(this).attr("graphic_id") !== 0)
{
// if this option is checked
if(this.checked)
{
// possibly put overlays in csv to show more than one overlay per option..?
jQuery("#boat_builder_graphic_overlay_"+jQuery(this).attr("graphic_id")).css("display","block");
//alert("#boat_builder_graphic_overlay_"+jQuery(this).attr("graphic_id"));
}
}// end if
});
} function checked_boxes_list_tally(){
// empty the list container
jQuery("#option_list_tally_table").empty();
jQuery("input:checked").each(function(){
//alert(this.id);
//jQuery("#option_list_tally").append(this.next().child());
if(jQuery(this).attr("title") && jQuery(this).attr("option_group") != 16)
{
var price_msrp = jQuery(this).attr("msrp").replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,");
if(country == 226 || country == 138)
{
if ((jQuery(this).prop("included_option")))
{
jQuery("#option_list_tally_table").append('| '+jQuery(this).attr("title")+' | $0 |
');
}
else
{
jQuery("#option_list_tally_table").append('| '+jQuery(this).attr("title")+' | $'+price_msrp+' |
');
}
}
else
{
jQuery("#option_list_tally_table").append('| '+jQuery(this).attr("title")+' | |
');
}
}
}); // end checked each
//
}
function selectDefaultEngine(){
//alert('firing');
var min_price_engine = 999999999999999;
var min_price_engine_id;
jQuery('input:radio[name=overwrite_group-1]').each(function(){
var temp_msrp = parseInt(jQuery(this).attr('msrp'));
// if this engine is less than the previous one we set it as the sel no
if(temp_msrp < min_price_engine)
{
min_price_engine_id = jQuery(this).attr('id');
min_price_engine = temp_msrp;
}
});
// check the cheapest engine
//alert(min_price_engine_id);
jQuery('#'+min_price_engine_id).prop('checked',true).change();
}
jQuery(document).ready(function(){
// click the package that is selected
//jQuery('input:radio[name=overwrite_group-7]:checked').change();
//alert('here2');
// engine
if(!jQuery('input:radio[name=overwrite_group-1]:checked').val())
{
//alert('here');
selectDefaultEngine();
}
else
{
//alert('here2');
jQuery('input:radio[name=overwrite_group-1]:checked').change();
}
// kicker brand
//jQuery('input:radio[name=overwrite_group-58]:checked').change();
//trailer brand
//jQuery('input:radio[name=overwrite_group-60]:checked').change();
//accent color
//jQuery('input:radio[name=overwrite_group-37]:checked').change();
//hull color
//jQuery('input:radio[name=overwrite_group-11]:checked').change();
//canvas color
//jQuery('input:radio[name=overwrite_group-12]:checked').change();
//jQuery('input:radio[name=overwrite_group-65]:checked').change();
jQuery('#boat_build_form input:checked').each(function(){
jQuery(this).change();
});
setXtremeArchGraphics()
});