jQuery(document).ready(function(){
jQuery("#input-979-267SSXBE").change(function(){
if(jQuery("#input-979-267SSXBE").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-267SSXBE - Black Edition Hull)
");
jQuery("[id^=note-BE_HULL]").html("
(Included in 979-267SSXBE - 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-267SSXBE").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-267SSXBE-BE_HULL").remove();
}
}); // end click listener
jQuery("#input-685M-267SSX").change(function(){
if(jQuery("#input-685M-267SSX").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-512M]").html("
(Included in 685M-267SSX - Black Edition 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-267SSX").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-267SSX-512M").remove();
}
}); // end click listener
jQuery("#input-685M-267SSX").change(function(){
if(jQuery("#input-685M-267SSX").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-551]").html("
(Included in 685M-267SSX - Black Edition 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-267SSX").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-267SSX-551").remove();
}
}); // end click listener
jQuery("#input-685M-267SSX").change(function(){
if(jQuery("#input-685M-267SSX").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685M-267SSX - Black Edition 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-267SSX").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-267SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685M-267SSX").change(function(){
if(jQuery("#input-685M-267SSX").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-267SSXCYNBLK]").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-767B-267SSXCYNBLK]").html("
(Included in 685M-267SSX - Black Edition Package)");
jQuery("[id^=input-767B-267SSXCYNBLK]").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-267SSX").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-267SSXCYNBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-767B-267SSXCYNBLK]").prop("disabled",false);
jQuery("[id^=input-767B-267SSXCYNBLK]").prop("included_option", false);
//if(!jQuery("#input-767B-267SSXCYNBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-767B-267SSXCYNBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-767B-267SSXCYNBLK").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-267SSX-767B-267SSXCYNBLK").remove();
}
}); // end click listener
jQuery("#input-685V-267SSX").change(function(){
if(jQuery("#input-685V-267SSX").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-512V]").html("
(Included in 685V-267SSX - Black Edition 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-267SSX").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-267SSX-512V").remove();
}
}); // end click listener
jQuery("#input-685V-267SSX").change(function(){
if(jQuery("#input-685V-267SSX").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-551]").html("
(Included in 685V-267SSX - Black Edition 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-267SSX").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-267SSX-551").remove();
}
}); // end click listener
jQuery("#input-685V-267SSX").change(function(){
if(jQuery("#input-685V-267SSX").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685V-267SSX - Black Edition 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-267SSX").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-267SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685V-267SSX").change(function(){
if(jQuery("#input-685V-267SSX").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-267SSXCYNBLK]").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-267SSX - Black Edition Package)
");
jQuery("[id^=note-767B-267SSXCYNBLK]").html("
(Included in 685V-267SSX - Black Edition Package)");
jQuery("[id^=input-767B-267SSXCYNBLK]").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-267SSX").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-267SSXCYNBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-767B-267SSXCYNBLK]").prop("disabled",false);
jQuery("[id^=input-767B-267SSXCYNBLK]").prop("included_option", false);
//if(!jQuery("#input-767B-267SSXCYNBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-767B-267SSXCYNBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-767B-267SSXCYNBLK").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-267SSX-767B-267SSXCYNBLK").remove();
}
}); // end click listener
jQuery("#input-685HTXM-267SSX").change(function(){
if(jQuery("#input-685HTXM-267SSX").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512M]").html("
(Included in 685HTXM-267SSX - 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-267SSX").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-267SSX-512M").remove();
}
}); // end click listener
jQuery("#input-685HTXM-267SSX").change(function(){
if(jQuery("#input-685HTXM-267SSX").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXM-267SSX - 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-267SSX").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-267SSX-551").remove();
}
}); // end click listener
jQuery("#input-685HTXM-267SSX").change(function(){
if(jQuery("#input-685HTXM-267SSX").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685HTXM-267SSX - 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-267SSX").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-267SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685HTXM-267SSX").change(function(){
if(jQuery("#input-685HTXM-267SSX").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-267SSXCYN]").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B-267SSXCYN]").html("
(Included in 685HTXM-267SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B-267SSXCYN]").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-267SSX").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-267SSXCYN]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B-267SSXCYN]").prop("disabled",false);
jQuery("[id^=input-759B-267SSXCYN]").prop("included_option", false);
//if(!jQuery("#input-759B-267SSXCYN").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B-267SSXCYN").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B-267SSXCYN").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-267SSX-759B-267SSXCYN").remove();
}
}); // end click listener
jQuery("#input-685HTXV-267SSX").change(function(){
if(jQuery("#input-685HTXV-267SSX").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512V]").html("
(Included in 685HTXV-267SSX - 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-267SSX").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-267SSX-512V").remove();
}
}); // end click listener
jQuery("#input-685HTXV-267SSX").change(function(){
if(jQuery("#input-685HTXV-267SSX").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXV-267SSX - 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-267SSX").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-267SSX-551").remove();
}
}); // end click listener
jQuery("#input-685HTXV-267SSX").change(function(){
if(jQuery("#input-685HTXV-267SSX").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685HTXV-267SSX - 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-267SSX").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-267SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685HTXV-267SSX").change(function(){
if(jQuery("#input-685HTXV-267SSX").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-267SSXCYN]").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-267SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B-267SSXCYN]").html("
(Included in 685HTXV-267SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B-267SSXCYN]").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-267SSX").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-267SSXCYN]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B-267SSXCYN]").prop("disabled",false);
jQuery("[id^=input-759B-267SSXCYN]").prop("included_option", false);
//if(!jQuery("#input-759B-267SSXCYN").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B-267SSXCYN").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B-267SSXCYN").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-267SSX-759B-267SSXCYN").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#input-951-267SSXBLK").change(function(){
if(jQuery("#input-951-267SSXBLK").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-267SSXBLK]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-267SSXBLK - 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-267SSXBLK]").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-267SSXBLK");
//alert(jQuery("[id^=input-951-267SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-951-267SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-267SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-267SSXBLK").prop("checked"))
{
jQuery("#input-951-267SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-951-267SSXBLK");
//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-267SSXBLK-979]").length === 0)
{
jQuery("#note-951-267SSXBLK").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-267SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-267SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-267SSXBLK-979]").remove();
jQuery("[id^=input-951-267SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-267SSXBLU").change(function(){
if(jQuery("#input-951-267SSXBLU").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-267SSXBLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-267SSXBLU - 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-267SSXBLU]").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-267SSXBLU");
//alert(jQuery("[id^=input-951-267SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-951-267SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-267SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-267SSXBLU").prop("checked"))
{
jQuery("#input-951-267SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-951-267SSXBLU");
//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-267SSXBLU-979]").length === 0)
{
jQuery("#note-951-267SSXBLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-267SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-267SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-267SSXBLU-979]").remove();
jQuery("[id^=input-951-267SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-267SSXSBL").change(function(){
if(jQuery("#input-951-267SSXSBL").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-267SSXSBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-267SSXSBL - Hull Bottom Gelcoat - 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-951-267SSXSBL]").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-267SSXSBL");
//alert(jQuery("[id^=input-951-267SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-951-267SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-267SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-267SSXSBL").prop("checked"))
{
jQuery("#input-951-267SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-267SSXSBL");
//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-267SSXSBL-979]").length === 0)
{
jQuery("#note-951-267SSXSBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-267SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-267SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-267SSXSBL-979]").remove();
jQuery("[id^=input-951-267SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-267SSXALY").change(function(){
if(jQuery("#input-951-267SSXALY").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-267SSXALY]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-267SSXALY - 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-267SSXALY]").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-267SSXALY");
//alert(jQuery("[id^=input-951-267SSXALY]").attr("title"));
//alert(jQuery("[id^=input-951-267SSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-267SSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-267SSXALY").prop("checked"))
{
jQuery("#input-951-267SSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-951-267SSXALY");
//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-267SSXALY-979]").length === 0)
{
jQuery("#note-951-267SSXALY").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-267SSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-267SSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-267SSXALY-979]").remove();
jQuery("[id^=input-951-267SSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-267SSXSTL").change(function(){
if(jQuery("#input-951-267SSXSTL").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-267SSXSTL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-267SSXSTL - 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-267SSXSTL]").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-267SSXSTL");
//alert(jQuery("[id^=input-951-267SSXSTL]").attr("title"));
//alert(jQuery("[id^=input-951-267SSXSTL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-267SSXSTL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-267SSXSTL").prop("checked"))
{
jQuery("#input-951-267SSXSTL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-267SSXSTL");
//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-267SSXSTL-979]").length === 0)
{
jQuery("#note-951-267SSXSTL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-267SSXSTL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-267SSXSTL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-267SSXSTL-979]").remove();
jQuery("[id^=input-951-267SSXSTL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-267SSXFRE").change(function(){
if(jQuery("#input-951-267SSXFRE").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-267SSXFRE]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-267SSXFRE - Hull Bottom Gelcoat - Fire Red)");
}
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-267SSXFRE]").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-267SSXFRE");
//alert(jQuery("[id^=input-951-267SSXFRE]").attr("title"));
//alert(jQuery("[id^=input-951-267SSXFRE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-267SSXFRE").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-267SSXFRE").prop("checked"))
{
jQuery("#input-951-267SSXFRE").removeAttr("checked").change();
}
//console.log("if of reverse input-951-267SSXFRE");
//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-267SSXFRE-979]").length === 0)
{
jQuery("#note-951-267SSXFRE").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-267SSXFRE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-267SSXFRE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-267SSXFRE-979]").remove();
jQuery("[id^=input-951-267SSXFRE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-911-267SSX").change(function(){
if(jQuery("#input-911-267SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-267SSXBLK]");
//alert(jQuery("[id^=input-950-267SSXBLK]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-267SSXBLK]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-267SSXBLK]").prop("checked"))
{
jQuery("[id^=input-950-267SSXBLK]").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-267SSXBLK-911-267SSX]").length === 0)
{
jQuery("[id^=note-950-267SSXBLK]").append("
(N/A with 911-267SSX - Painted Metallic Hull Stripe - Black)");
}
jQuery("[id^=input-950-267SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-267SSXBLK]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-267SSXBLK-911-267SSX]").remove();
jQuery("[id^=input-950-267SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-267SSXBLK]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-911-267SSX");
//alert(jQuery("[id^=input-911-267SSX]").attr("title"));
//alert(jQuery("[id^=input-911-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-911-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-911-267SSX").prop("checked"))
{
jQuery("#input-911-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-911-267SSX");
//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-267SSX-950-267SSXBLK]").length === 0)
{
jQuery("#note-911-267SSX").append("
(N/A with 950-267SSXBLK )");
}
jQuery("[id^=input-911-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-911-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-911-267SSX-950-267SSXBLK]").remove();
jQuery("[id^=input-911-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-906-267SSX").change(function(){
if(jQuery("#input-906-267SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-267SSXBLU]");
//alert(jQuery("[id^=input-950-267SSXBLU]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-267SSXBLU]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-267SSXBLU]").prop("checked"))
{
jQuery("[id^=input-950-267SSXBLU]").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-267SSXBLU-906-267SSX]").length === 0)
{
jQuery("[id^=note-950-267SSXBLU]").append("
(N/A with 906-267SSX - Painted Metallic Hull Stripe - Blue)");
}
jQuery("[id^=input-950-267SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-267SSXBLU]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-267SSXBLU-906-267SSX]").remove();
jQuery("[id^=input-950-267SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-267SSXBLU]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-906-267SSX");
//alert(jQuery("[id^=input-906-267SSX]").attr("title"));
//alert(jQuery("[id^=input-906-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-906-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-906-267SSX").prop("checked"))
{
jQuery("#input-906-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-906-267SSX");
//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-267SSX-950-267SSXBLU]").length === 0)
{
jQuery("#note-906-267SSX").append("
(N/A with 950-267SSXBLU )");
}
jQuery("[id^=input-906-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-906-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-906-267SSX-950-267SSXBLU]").remove();
jQuery("[id^=input-906-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-903-267SSX").change(function(){
if(jQuery("#input-903-267SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-267SSXWHT]");
//alert(jQuery("[id^=input-950-267SSXWHT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-267SSXWHT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-267SSXWHT]").prop("checked"))
{
jQuery("[id^=input-950-267SSXWHT]").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-267SSXWHT-903-267SSX]").length === 0)
{
jQuery("[id^=note-950-267SSXWHT]").append("
(N/A with 903-267SSX - Painted Metallic Hull Stripe - White)");
}
jQuery("[id^=input-950-267SSXWHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-267SSXWHT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-267SSXWHT-903-267SSX]").remove();
jQuery("[id^=input-950-267SSXWHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-267SSXWHT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-903-267SSX");
//alert(jQuery("[id^=input-903-267SSX]").attr("title"));
//alert(jQuery("[id^=input-903-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-903-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-903-267SSX").prop("checked"))
{
jQuery("#input-903-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-903-267SSX");
//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-267SSX-950-267SSXWHT]").length === 0)
{
jQuery("#note-903-267SSX").append("
(N/A with 950-267SSXWHT )");
}
jQuery("[id^=input-903-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-903-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-903-267SSX-950-267SSXWHT]").remove();
jQuery("[id^=input-903-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-canvas_blue").change(function(){
if(jQuery("#input-canvas_blue").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-canvas_blue]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with canvas_blue - Canvas Color - Biscayne Blue (If Equipped))");
}
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-canvas_blue]").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-canvas_blue");
//alert(jQuery("[id^=input-canvas_blue]").attr("title"));
//alert(jQuery("[id^=input-canvas_blue]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-canvas_blue").prop("disabled", true);
// determine if checked
if(jQuery("#input-canvas_blue").prop("checked"))
{
jQuery("#input-canvas_blue").removeAttr("checked").change();
}
//console.log("if of reverse input-canvas_blue");
//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-canvas_blue-685]").length === 0)
{
jQuery("#note-canvas_blue").append("
(N/A with 685 )");
}
jQuery("[id^=input-canvas_blue]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-canvas_blue").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-canvas_blue-685]").remove();
jQuery("[id^=input-canvas_blue]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-canvas_steel").change(function(){
if(jQuery("#input-canvas_steel").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-canvas_steel]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with canvas_steel - Canvas Color - Steel Blue (If Equipped))");
}
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-canvas_steel]").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-canvas_steel");
//alert(jQuery("[id^=input-canvas_steel]").attr("title"));
//alert(jQuery("[id^=input-canvas_steel]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-canvas_steel").prop("disabled", true);
// determine if checked
if(jQuery("#input-canvas_steel").prop("checked"))
{
jQuery("#input-canvas_steel").removeAttr("checked").change();
}
//console.log("if of reverse input-canvas_steel");
//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-canvas_steel-685]").length === 0)
{
jQuery("#note-canvas_steel").append("
(N/A with 685 )");
}
jQuery("[id^=input-canvas_steel]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-canvas_steel").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-canvas_steel-685]").remove();
jQuery("[id^=input-canvas_steel]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXSLTBLK").change(function(){
if(jQuery("#input-767W-267SSXSLTBLK").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-267SSXSLTBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXSLTBLK - EFX 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-267SSXSLTBLK]").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-267SSXSLTBLK");
//alert(jQuery("[id^=input-767W-267SSXSLTBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXSLTBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXSLTBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXSLTBLK").prop("checked"))
{
jQuery("#input-767W-267SSXSLTBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXSLTBLK");
//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-267SSXSLTBLK-685]").length === 0)
{
jQuery("#note-767W-267SSXSLTBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXSLTBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXSLTBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXSLTBLK-685]").remove();
jQuery("[id^=input-767W-267SSXSLTBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXSLTBLU").change(function(){
if(jQuery("#input-767W-267SSXSLTBLU").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-267SSXSLTBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXSLTBLU - EFX 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-267SSXSLTBLU]").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-267SSXSLTBLU");
//alert(jQuery("[id^=input-767W-267SSXSLTBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXSLTBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXSLTBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXSLTBLU").prop("checked"))
{
jQuery("#input-767W-267SSXSLTBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXSLTBLU");
//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-267SSXSLTBLU-685]").length === 0)
{
jQuery("#note-767W-267SSXSLTBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXSLTBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXSLTBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXSLTBLU-685]").remove();
jQuery("[id^=input-767W-267SSXSLTBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXCYNBLU").change(function(){
if(jQuery("#input-767W-267SSXCYNBLU").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-267SSXCYNBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXCYNBLU - EFX 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-267SSXCYNBLU]").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-267SSXCYNBLU");
//alert(jQuery("[id^=input-767W-267SSXCYNBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXCYNBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXCYNBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXCYNBLU").prop("checked"))
{
jQuery("#input-767W-267SSXCYNBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXCYNBLU");
//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-267SSXCYNBLU-685]").length === 0)
{
jQuery("#note-767W-267SSXCYNBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXCYNBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXCYNBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXCYNBLU-685]").remove();
jQuery("[id^=input-767W-267SSXCYNBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXCYNBLK").change(function(){
if(jQuery("#input-767W-267SSXCYNBLK").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-267SSXCYNBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXCYNBLK - EFX 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-267SSXCYNBLK]").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-267SSXCYNBLK");
//alert(jQuery("[id^=input-767W-267SSXCYNBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXCYNBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXCYNBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXCYNBLK").prop("checked"))
{
jQuery("#input-767W-267SSXCYNBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXCYNBLK");
//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-267SSXCYNBLK-685]").length === 0)
{
jQuery("#note-767W-267SSXCYNBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXCYNBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXCYNBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXCYNBLK-685]").remove();
jQuery("[id^=input-767W-267SSXCYNBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXSLTSBL").change(function(){
if(jQuery("#input-767W-267SSXSLTSBL").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-267SSXSLTSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXSLTSBL - EFX 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-267SSXSLTSBL]").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-267SSXSLTSBL");
//alert(jQuery("[id^=input-767W-267SSXSLTSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXSLTSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXSLTSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXSLTSBL").prop("checked"))
{
jQuery("#input-767W-267SSXSLTSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXSLTSBL");
//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-267SSXSLTSBL-685]").length === 0)
{
jQuery("#note-767W-267SSXSLTSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXSLTSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXSLTSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXSLTSBL-685]").remove();
jQuery("[id^=input-767W-267SSXSLTSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXCYNSBL").change(function(){
if(jQuery("#input-767W-267SSXCYNSBL").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-267SSXCYNSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXCYNSBL - EFX 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-267SSXCYNSBL]").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-267SSXCYNSBL");
//alert(jQuery("[id^=input-767W-267SSXCYNSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXCYNSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXCYNSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXCYNSBL").prop("checked"))
{
jQuery("#input-767W-267SSXCYNSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXCYNSBL");
//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-267SSXCYNSBL-685]").length === 0)
{
jQuery("#note-767W-267SSXCYNSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXCYNSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXCYNSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXCYNSBL-685]").remove();
jQuery("[id^=input-767W-267SSXCYNSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXLNRBLU").change(function(){
if(jQuery("#input-767W-267SSXLNRBLU").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-267SSXLNRBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXLNRBLU - EFX 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-267SSXLNRBLU]").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-267SSXLNRBLU");
//alert(jQuery("[id^=input-767W-267SSXLNRBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXLNRBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXLNRBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXLNRBLU").prop("checked"))
{
jQuery("#input-767W-267SSXLNRBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXLNRBLU");
//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-267SSXLNRBLU-685]").length === 0)
{
jQuery("#note-767W-267SSXLNRBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXLNRBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXLNRBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXLNRBLU-685]").remove();
jQuery("[id^=input-767W-267SSXLNRBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXSDWBLU").change(function(){
if(jQuery("#input-767W-267SSXSDWBLU").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-267SSXSDWBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXSDWBLU - EFX 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-267SSXSDWBLU]").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-267SSXSDWBLU");
//alert(jQuery("[id^=input-767W-267SSXSDWBLU]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXSDWBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXSDWBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXSDWBLU").prop("checked"))
{
jQuery("#input-767W-267SSXSDWBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXSDWBLU");
//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-267SSXSDWBLU-685]").length === 0)
{
jQuery("#note-767W-267SSXSDWBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXSDWBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXSDWBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXSDWBLU-685]").remove();
jQuery("[id^=input-767W-267SSXSDWBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXLNRSBL").change(function(){
if(jQuery("#input-767W-267SSXLNRSBL").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-267SSXLNRSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXLNRSBL - EFX 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-267SSXLNRSBL]").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-267SSXLNRSBL");
//alert(jQuery("[id^=input-767W-267SSXLNRSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXLNRSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXLNRSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXLNRSBL").prop("checked"))
{
jQuery("#input-767W-267SSXLNRSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXLNRSBL");
//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-267SSXLNRSBL-685]").length === 0)
{
jQuery("#note-767W-267SSXLNRSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXLNRSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXLNRSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXLNRSBL-685]").remove();
jQuery("[id^=input-767W-267SSXLNRSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXSDWBLK").change(function(){
if(jQuery("#input-767W-267SSXSDWBLK").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-267SSXSDWBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXSDWBLK - EFX 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-267SSXSDWBLK]").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-267SSXSDWBLK");
//alert(jQuery("[id^=input-767W-267SSXSDWBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXSDWBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXSDWBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXSDWBLK").prop("checked"))
{
jQuery("#input-767W-267SSXSDWBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXSDWBLK");
//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-267SSXSDWBLK-685]").length === 0)
{
jQuery("#note-767W-267SSXSDWBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXSDWBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXSDWBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXSDWBLK-685]").remove();
jQuery("[id^=input-767W-267SSXSDWBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXLNRBLK").change(function(){
if(jQuery("#input-767W-267SSXLNRBLK").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-267SSXLNRBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXLNRBLK - EFX 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-267SSXLNRBLK]").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-267SSXLNRBLK");
//alert(jQuery("[id^=input-767W-267SSXLNRBLK]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXLNRBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXLNRBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXLNRBLK").prop("checked"))
{
jQuery("#input-767W-267SSXLNRBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXLNRBLK");
//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-267SSXLNRBLK-685]").length === 0)
{
jQuery("#note-767W-267SSXLNRBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXLNRBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXLNRBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXLNRBLK-685]").remove();
jQuery("[id^=input-767W-267SSXLNRBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767W-267SSXSDWSBL").change(function(){
if(jQuery("#input-767W-267SSXSDWSBL").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-267SSXSDWSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 767W-267SSXSDWSBL - EFX 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-267SSXSDWSBL]").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-267SSXSDWSBL");
//alert(jQuery("[id^=input-767W-267SSXSDWSBL]").attr("title"));
//alert(jQuery("[id^=input-767W-267SSXSDWSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767W-267SSXSDWSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-767W-267SSXSDWSBL").prop("checked"))
{
jQuery("#input-767W-267SSXSDWSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-767W-267SSXSDWSBL");
//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-267SSXSDWSBL-685]").length === 0)
{
jQuery("#note-767W-267SSXSDWSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-767W-267SSXSDWSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767W-267SSXSDWSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767W-267SSXSDWSBL-685]").remove();
jQuery("[id^=input-767W-267SSXSDWSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXBLK").change(function(){
if(jQuery("#input-557-267SSXBLK").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-267SSXBLK]").length === 0)
{
jQuery("[id^=note-767]").append("
(N/A with 557-267SSXBLK - 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-267SSXBLK]").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-267SSXBLK");
//alert(jQuery("[id^=input-557-267SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXBLK").prop("checked"))
{
jQuery("#input-557-267SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXBLK");
//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-267SSXBLK-767]").length === 0)
{
jQuery("#note-557-267SSXBLK").append("
(N/A with 767 )");
}
jQuery("[id^=input-557-267SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXBLK-767]").remove();
jQuery("[id^=input-557-267SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXBLK").change(function(){
if(jQuery("#input-557-267SSXBLK").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-267SSXBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557-267SSXBLK - 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-267SSXBLK]").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-267SSXBLK");
//alert(jQuery("[id^=input-557-267SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXBLK").prop("checked"))
{
jQuery("#input-557-267SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXBLK");
//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-267SSXBLK-685]").length === 0)
{
jQuery("#note-557-267SSXBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-557-267SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXBLK-685]").remove();
jQuery("[id^=input-557-267SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXBLK").change(function(){
if(jQuery("#input-557-267SSXBLK").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-267SSXBLK]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 557-267SSXBLK - 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-267SSXBLK]").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-267SSXBLK");
//alert(jQuery("[id^=input-557-267SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXBLK").prop("checked"))
{
jQuery("#input-557-267SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXBLK");
//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-267SSXBLK-759]").length === 0)
{
jQuery("#note-557-267SSXBLK").append("
(N/A with 759 )");
}
jQuery("[id^=input-557-267SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXBLK-759]").remove();
jQuery("[id^=input-557-267SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXBLU").change(function(){
if(jQuery("#input-557-267SSXBLU").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-267SSXBLU]").length === 0)
{
jQuery("[id^=note-767]").append("
(N/A with 557-267SSXBLU - 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-267SSXBLU]").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-267SSXBLU");
//alert(jQuery("[id^=input-557-267SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXBLU").prop("checked"))
{
jQuery("#input-557-267SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXBLU");
//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-267SSXBLU-767]").length === 0)
{
jQuery("#note-557-267SSXBLU").append("
(N/A with 767 )");
}
jQuery("[id^=input-557-267SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXBLU-767]").remove();
jQuery("[id^=input-557-267SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXBLU").change(function(){
if(jQuery("#input-557-267SSXBLU").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-267SSXBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557-267SSXBLU - 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-267SSXBLU]").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-267SSXBLU");
//alert(jQuery("[id^=input-557-267SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXBLU").prop("checked"))
{
jQuery("#input-557-267SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXBLU");
//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-267SSXBLU-685]").length === 0)
{
jQuery("#note-557-267SSXBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-557-267SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXBLU-685]").remove();
jQuery("[id^=input-557-267SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXBLU").change(function(){
if(jQuery("#input-557-267SSXBLU").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-267SSXBLU]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 557-267SSXBLU - 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-267SSXBLU]").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-267SSXBLU");
//alert(jQuery("[id^=input-557-267SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXBLU").prop("checked"))
{
jQuery("#input-557-267SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXBLU");
//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-267SSXBLU-759]").length === 0)
{
jQuery("#note-557-267SSXBLU").append("
(N/A with 759 )");
}
jQuery("[id^=input-557-267SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXBLU-759]").remove();
jQuery("[id^=input-557-267SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXSBL").change(function(){
if(jQuery("#input-557-267SSXSBL").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-267SSXSBL]").length === 0)
{
jQuery("[id^=note-767]").append("
(N/A with 557-267SSXSBL - 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-267SSXSBL]").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-267SSXSBL");
//alert(jQuery("[id^=input-557-267SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXSBL").prop("checked"))
{
jQuery("#input-557-267SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXSBL");
//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-267SSXSBL-767]").length === 0)
{
jQuery("#note-557-267SSXSBL").append("
(N/A with 767 )");
}
jQuery("[id^=input-557-267SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXSBL-767]").remove();
jQuery("[id^=input-557-267SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXSBL").change(function(){
if(jQuery("#input-557-267SSXSBL").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-267SSXSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557-267SSXSBL - 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-267SSXSBL]").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-267SSXSBL");
//alert(jQuery("[id^=input-557-267SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXSBL").prop("checked"))
{
jQuery("#input-557-267SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXSBL");
//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-267SSXSBL-685]").length === 0)
{
jQuery("#note-557-267SSXSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-557-267SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXSBL-685]").remove();
jQuery("[id^=input-557-267SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557-267SSXSBL").change(function(){
if(jQuery("#input-557-267SSXSBL").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-267SSXSBL]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 557-267SSXSBL - 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-267SSXSBL]").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-267SSXSBL");
//alert(jQuery("[id^=input-557-267SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-557-267SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557-267SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557-267SSXSBL").prop("checked"))
{
jQuery("#input-557-267SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557-267SSXSBL");
//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-267SSXSBL-759]").length === 0)
{
jQuery("#note-557-267SSXSBL").append("
(N/A with 759 )");
}
jQuery("[id^=input-557-267SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557-267SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557-267SSXSBL-759]").remove();
jQuery("[id^=input-557-267SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-267SSX").change(function(){
if(jQuery("#input-685M-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685M-267SSX - Black Edition 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685M-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685M-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-267SSX").prop("checked"))
{
jQuery("#input-685M-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-267SSX");
//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-267SSX-950]").length === 0)
{
jQuery("#note-685M-267SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685M-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-267SSX-950]").remove();
jQuery("[id^=input-685M-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-267SSX").change(function(){
if(jQuery("#input-685M-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685M-267SSX - Black Edition 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685M-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685M-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-267SSX").prop("checked"))
{
jQuery("#input-685M-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-267SSX");
//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-267SSX-951]").length === 0)
{
jQuery("#note-685M-267SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685M-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-267SSX-951]").remove();
jQuery("[id^=input-685M-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-267SSX").change(function(){
if(jQuery("#input-685V-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685V-267SSX - Black Edition 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685V-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685V-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-267SSX").prop("checked"))
{
jQuery("#input-685V-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-267SSX");
//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-267SSX-950]").length === 0)
{
jQuery("#note-685V-267SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685V-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-267SSX-950]").remove();
jQuery("[id^=input-685V-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-267SSX").change(function(){
if(jQuery("#input-685V-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685V-267SSX - Black Edition 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685V-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685V-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-267SSX").prop("checked"))
{
jQuery("#input-685V-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-267SSX");
//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-267SSX-951]").length === 0)
{
jQuery("#note-685V-267SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685V-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-267SSX-951]").remove();
jQuery("[id^=input-685V-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-267SSX").change(function(){
if(jQuery("#input-685HTXM-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXM-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685HTXM-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-267SSX").prop("checked"))
{
jQuery("#input-685HTXM-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-267SSX");
//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-267SSX-950]").length === 0)
{
jQuery("#note-685HTXM-267SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXM-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-267SSX-950]").remove();
jQuery("[id^=input-685HTXM-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-267SSX").change(function(){
if(jQuery("#input-685HTXM-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXM-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685HTXM-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-267SSX").prop("checked"))
{
jQuery("#input-685HTXM-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-267SSX");
//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-267SSX-951]").length === 0)
{
jQuery("#note-685HTXM-267SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXM-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-267SSX-951]").remove();
jQuery("[id^=input-685HTXM-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-267SSX").change(function(){
if(jQuery("#input-685HTXV-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXV-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685HTXV-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-267SSX").prop("checked"))
{
jQuery("#input-685HTXV-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-267SSX");
//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-267SSX-950]").length === 0)
{
jQuery("#note-685HTXV-267SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXV-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-267SSX-950]").remove();
jQuery("[id^=input-685HTXV-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-267SSX").change(function(){
if(jQuery("#input-685HTXV-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXV-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-685HTXV-267SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-267SSX").prop("checked"))
{
jQuery("#input-685HTXV-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-267SSX");
//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-267SSX-951]").length === 0)
{
jQuery("#note-685HTXV-267SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXV-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-267SSX-951]").remove();
jQuery("[id^=input-685HTXV-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512M-267SSX").change(function(){
if(jQuery("#input-512M-267SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").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-638-512M-267SSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 512M-267SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-512M-267SSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512M-267SSX");
//alert(jQuery("[id^=input-512M-267SSX]").attr("title"));
//alert(jQuery("[id^=input-512M-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512M-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512M-267SSX").prop("checked"))
{
jQuery("#input-512M-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512M-267SSX");
//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-267SSX-638]").length === 0)
{
jQuery("#note-512M-267SSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-512M-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512M-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512M-267SSX-638]").remove();
jQuery("[id^=input-512M-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512V-267SSX").change(function(){
if(jQuery("#input-512V-267SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").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-638-512V-267SSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 512V-267SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-512V-267SSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512V-267SSX");
//alert(jQuery("[id^=input-512V-267SSX]").attr("title"));
//alert(jQuery("[id^=input-512V-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512V-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512V-267SSX").prop("checked"))
{
jQuery("#input-512V-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512V-267SSX");
//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-267SSX-638]").length === 0)
{
jQuery("#note-512V-267SSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-512V-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512V-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512V-267SSX-638]").remove();
jQuery("[id^=input-512V-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-267SSXCYN").change(function(){
if(jQuery("#input-560NCT-267SSXCYN").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-267SSXCYN]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-267SSXCYN - 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-267SSXCYN]").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-267SSXCYN");
//alert(jQuery("[id^=input-560NCT-267SSXCYN]").attr("title"));
//alert(jQuery("[id^=input-560NCT-267SSXCYN]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-267SSXCYN").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-267SSXCYN").prop("checked"))
{
jQuery("#input-560NCT-267SSXCYN").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-267SSXCYN");
//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-267SSXCYN-650]").length === 0)
{
jQuery("#note-560NCT-267SSXCYN").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-267SSXCYN]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-267SSXCYN").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-267SSXCYN-650]").remove();
jQuery("[id^=input-560NCT-267SSXCYN]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-267SSXSLT").change(function(){
if(jQuery("#input-560NCT-267SSXSLT").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-267SSXSLT]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-267SSXSLT - 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-267SSXSLT]").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-267SSXSLT");
//alert(jQuery("[id^=input-560NCT-267SSXSLT]").attr("title"));
//alert(jQuery("[id^=input-560NCT-267SSXSLT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-267SSXSLT").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-267SSXSLT").prop("checked"))
{
jQuery("#input-560NCT-267SSXSLT").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-267SSXSLT");
//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-267SSXSLT-650]").length === 0)
{
jQuery("#note-560NCT-267SSXSLT").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-267SSXSLT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-267SSXSLT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-267SSXSLT-650]").remove();
jQuery("[id^=input-560NCT-267SSXSLT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-267SSXBE").change(function(){
if(jQuery("#input-560NCT-267SSXBE").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-267SSXBE]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-267SSXBE - 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-267SSXBE]").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-267SSXBE");
//alert(jQuery("[id^=input-560NCT-267SSXBE]").attr("title"));
//alert(jQuery("[id^=input-560NCT-267SSXBE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-267SSXBE").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-267SSXBE").prop("checked"))
{
jQuery("#input-560NCT-267SSXBE").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-267SSXBE");
//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-267SSXBE-650]").length === 0)
{
jQuery("#note-560NCT-267SSXBE").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-267SSXBE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-267SSXBE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-267SSXBE-650]").remove();
jQuery("[id^=input-560NCT-267SSXBE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-267SSXLNR").change(function(){
if(jQuery("#input-560NCT-267SSXLNR").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-267SSXLNR]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-267SSXLNR - 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-267SSXLNR]").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-267SSXLNR");
//alert(jQuery("[id^=input-560NCT-267SSXLNR]").attr("title"));
//alert(jQuery("[id^=input-560NCT-267SSXLNR]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-267SSXLNR").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-267SSXLNR").prop("checked"))
{
jQuery("#input-560NCT-267SSXLNR").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-267SSXLNR");
//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-267SSXLNR-650]").length === 0)
{
jQuery("#note-560NCT-267SSXLNR").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-267SSXLNR]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-267SSXLNR").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-267SSXLNR-650]").remove();
jQuery("[id^=input-560NCT-267SSXLNR]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-560NCT-267SSXSDW").change(function(){
if(jQuery("#input-560NCT-267SSXSDW").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-267SSXSDW]").length === 0)
{
jQuery("[id^=note-650]").append("
(N/A with 560NCT-267SSXSDW - 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-267SSXSDW]").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-267SSXSDW");
//alert(jQuery("[id^=input-560NCT-267SSXSDW]").attr("title"));
//alert(jQuery("[id^=input-560NCT-267SSXSDW]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-560NCT-267SSXSDW").prop("disabled", true);
// determine if checked
if(jQuery("#input-560NCT-267SSXSDW").prop("checked"))
{
jQuery("#input-560NCT-267SSXSDW").removeAttr("checked").change();
}
//console.log("if of reverse input-560NCT-267SSXSDW");
//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-267SSXSDW-650]").length === 0)
{
jQuery("#note-560NCT-267SSXSDW").append("
(N/A with 650 )");
}
jQuery("[id^=input-560NCT-267SSXSDW]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-560NCT-267SSXSDW").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-560NCT-267SSXSDW-650]").remove();
jQuery("[id^=input-560NCT-267SSXSDW]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-527-267SSX").change(function(){
if(jQuery("#input-527-267SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-540]");
//alert(jQuery("[id^=input-540]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-540]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-540]").prop("checked"))
{
jQuery("[id^=input-540]").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-540-527-267SSX]").length === 0)
{
jQuery("[id^=note-540]").append("
(N/A with 527-267SSX - Anchor - 12lb. Galvanized)");
}
jQuery("[id^=input-540]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-540]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-540-527-267SSX]").remove();
jQuery("[id^=input-540]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-540]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-527-267SSX");
//alert(jQuery("[id^=input-527-267SSX]").attr("title"));
//alert(jQuery("[id^=input-527-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-527-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-527-267SSX").prop("checked"))
{
jQuery("#input-527-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-527-267SSX");
//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-527-267SSX-540]").length === 0)
{
jQuery("#note-527-267SSX").append("
(N/A with 540 )");
}
jQuery("[id^=input-527-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-527-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-527-267SSX-540]").remove();
jQuery("[id^=input-527-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682BS-267SSX").change(function(){
if(jQuery("#input-682BS-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-STD_SKITOW]").append("
(N/A with 682BS-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-682BS-267SSX]").attr("title"));
//alert(jQuery("[id^=input-682BS-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682BS-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682BS-267SSX").prop("checked"))
{
jQuery("#input-682BS-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682BS-267SSX");
//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-267SSX-STD_SKITOW]").length === 0)
{
jQuery("#note-682BS-267SSX").append("
(N/A with STD_SKITOW )");
}
jQuery("[id^=input-682BS-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682BS-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682BS-267SSX-STD_SKITOW]").remove();
jQuery("[id^=input-682BS-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682WS-267SSX").change(function(){
if(jQuery("#input-682WS-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-760B]").append("
(N/A with 682WS-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-682WS-267SSX]").attr("title"));
//alert(jQuery("[id^=input-682WS-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682WS-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682WS-267SSX").prop("checked"))
{
jQuery("#input-682WS-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682WS-267SSX");
//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-267SSX-760B]").length === 0)
{
jQuery("#note-682WS-267SSX").append("
(N/A with 760B )");
}
jQuery("[id^=input-682WS-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682WS-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682WS-267SSX-760B]").remove();
jQuery("[id^=input-682WS-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682BC-267SSX").change(function(){
if(jQuery("#input-682BC-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-STD_SKITOW]").append("
(N/A with 682BC-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-682BC-267SSX]").attr("title"));
//alert(jQuery("[id^=input-682BC-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682BC-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682BC-267SSX").prop("checked"))
{
jQuery("#input-682BC-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682BC-267SSX");
//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-267SSX-STD_SKITOW]").length === 0)
{
jQuery("#note-682BC-267SSX").append("
(N/A with STD_SKITOW )");
}
jQuery("[id^=input-682BC-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682BC-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682BC-267SSX-STD_SKITOW]").remove();
jQuery("[id^=input-682BC-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682WC-267SSX").change(function(){
if(jQuery("#input-682WC-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-760B]").append("
(N/A with 682WC-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-682WC-267SSX]").attr("title"));
//alert(jQuery("[id^=input-682WC-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682WC-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682WC-267SSX").prop("checked"))
{
jQuery("#input-682WC-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682WC-267SSX");
//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-267SSX-760B]").length === 0)
{
jQuery("#note-682WC-267SSX").append("
(N/A with 760B )");
}
jQuery("[id^=input-682WC-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682WC-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682WC-267SSX-760B]").remove();
jQuery("[id^=input-682WC-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-579-267SSX").change(function(){
if(jQuery("#input-579-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-800]").append("
(N/A with 579-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-579-267SSX]").attr("title"));
//alert(jQuery("[id^=input-579-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-579-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-579-267SSX").prop("checked"))
{
jQuery("#input-579-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-579-267SSX");
//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-267SSX-800]").length === 0)
{
jQuery("#note-579-267SSX").append("
(N/A with 800 )");
}
jQuery("[id^=input-579-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-579-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-579-267SSX-800]").remove();
jQuery("[id^=input-579-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-267SSX").change(function(){
if(jQuery("#input-796DB-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 796DB-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-796DB-267SSX]").attr("title"));
//alert(jQuery("[id^=input-796DB-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-267SSX").prop("checked"))
{
jQuery("#input-796DB-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-267SSX");
//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-267SSX-685]").length === 0)
{
jQuery("#note-796DB-267SSX").append("
(N/A with 685 )");
}
jQuery("[id^=input-796DB-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-267SSX-685]").remove();
jQuery("[id^=input-796DB-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-267SSX").change(function(){
if(jQuery("#input-796DB-267SSX").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-267SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 796DB-267SSX - 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-267SSX]").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-267SSX");
//alert(jQuery("[id^=input-796DB-267SSX]").attr("title"));
//alert(jQuery("[id^=input-796DB-267SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-267SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-267SSX").prop("checked"))
{
jQuery("#input-796DB-267SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-267SSX");
//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-267SSX-767B]").length === 0)
{
jQuery("#note-796DB-267SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-796DB-267SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-267SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-267SSX-767B]").remove();
jQuery("[id^=input-796DB-267SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ jQuery("#input-979-267SSXBE").change(function(){
if(jQuery("#input-979-267SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-267SSXBE]").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-267SSXBE]").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-267SSXBE-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-267SSXBE]").hide();
jQuery("[id^=note-single-required-by-979-267SSXBE]").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-267SSXBE]").remove();
}
}); // end click listener
jQuery("#input-979-267SSXBE").change(function(){
if(jQuery("#input-979-267SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-267SSXBE]").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-267SSXBE]").hide();
jQuery("[id^=note-single-required-by-979-267SSXBE]").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-267SSXBE]").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-267SSX").change(function(){
if(jQuery("#input-535-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-267SSX]").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-267SSX]").hide();
jQuery("[id^=note-single-required-by-535-267SSX]").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-267SSX").change(function(){
if(jQuery("#input-535-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-267SSX]").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-267SSX]").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-267SSX-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-267SSX]").hide();
jQuery("[id^=note-single-required-by-535-267SSX]").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-267SSX]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXSLTBLK").change(function(){
if(jQuery("#input-767W-267SSXSLTBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXSLTBLK]").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-STD_SKITOW-767W-267SSXSLTBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXSLTBLK-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXSLTBLK]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXSLTBLK]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXSLTBLK]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXSLTBLU").change(function(){
if(jQuery("#input-767W-267SSXSLTBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXSLTBLU]").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-STD_SKITOW-767W-267SSXSLTBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXSLTBLU-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXSLTBLU]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXSLTBLU]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXSLTBLU]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXCYNBLU").change(function(){
if(jQuery("#input-767W-267SSXCYNBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXCYNBLU]").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-STD_SKITOW-767W-267SSXCYNBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXCYNBLU-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXCYNBLU]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXCYNBLU]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXCYNBLU]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXCYNBLK").change(function(){
if(jQuery("#input-767W-267SSXCYNBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXCYNBLK]").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-STD_SKITOW-767W-267SSXCYNBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXCYNBLK-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXCYNBLK]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXCYNBLK]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXCYNBLK]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXSLTSBL").change(function(){
if(jQuery("#input-767W-267SSXSLTSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXSLTSBL]").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-STD_SKITOW-767W-267SSXSLTSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXSLTSBL-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXSLTSBL]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXSLTSBL]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXSLTSBL]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXCYNSBL").change(function(){
if(jQuery("#input-767W-267SSXCYNSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXCYNSBL]").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-STD_SKITOW-767W-267SSXCYNSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXCYNSBL-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXCYNSBL]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXCYNSBL]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXCYNSBL]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXLNRBLU").change(function(){
if(jQuery("#input-767W-267SSXLNRBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXLNRBLU]").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-STD_SKITOW-767W-267SSXLNRBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXLNRBLU-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXLNRBLU]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXLNRBLU]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXLNRBLU]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXSDWBLU").change(function(){
if(jQuery("#input-767W-267SSXSDWBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXSDWBLU]").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-STD_SKITOW-767W-267SSXSDWBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXSDWBLU-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXSDWBLU]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXSDWBLU]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXSDWBLU]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXLNRSBL").change(function(){
if(jQuery("#input-767W-267SSXLNRSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXLNRSBL]").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-STD_SKITOW-767W-267SSXLNRSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXLNRSBL-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXLNRSBL]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXLNRSBL]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXLNRSBL]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXSDWBLK").change(function(){
if(jQuery("#input-767W-267SSXSDWBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXSDWBLK]").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-STD_SKITOW-767W-267SSXSDWBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXSDWBLK-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXSDWBLK]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXSDWBLK]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXSDWBLK]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXLNRBLK").change(function(){
if(jQuery("#input-767W-267SSXLNRBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXLNRBLK]").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-STD_SKITOW-767W-267SSXLNRBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXLNRBLK-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXLNRBLK]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXLNRBLK]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXLNRBLK]").remove();
}
}); // end click listener
jQuery("#input-767W-267SSXSDWSBL").change(function(){
if(jQuery("#input-767W-267SSXSDWSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767W-267SSXSDWSBL]").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-STD_SKITOW-767W-267SSXSDWSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 767W-267SSXSDWSBL-EFX Electric Folding Arch Tower - White)");
}
}
// 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-767W-267SSXSDWSBL]").hide();
jQuery("[id^=note-single-required-by-767W-267SSXSDWSBL]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-767W-267SSXSDWSBL]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXSLTSBL").change(function(){
if(jQuery("#input-767B-267SSXSLTSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXSLTSBL]").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-760B-767B-267SSXSLTSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXSLTSBL-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXSLTSBL]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXSLTSBL]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXSLTSBL]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXSLTBLK").change(function(){
if(jQuery("#input-767B-267SSXSLTBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXSLTBLK]").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-760B-767B-267SSXSLTBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXSLTBLK-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXSLTBLK]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXSLTBLK]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXSLTBLK]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXCYNSBL").change(function(){
if(jQuery("#input-767B-267SSXCYNSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXCYNSBL]").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-760B-767B-267SSXCYNSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXCYNSBL-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXCYNSBL]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXCYNSBL]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXCYNSBL]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXSLTBLU").change(function(){
if(jQuery("#input-767B-267SSXSLTBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXSLTBLU]").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-760B-767B-267SSXSLTBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXSLTBLU-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXSLTBLU]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXSLTBLU]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXSLTBLU]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXCYNBLU").change(function(){
if(jQuery("#input-767B-267SSXCYNBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXCYNBLU]").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-760B-767B-267SSXCYNBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXCYNBLU-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXCYNBLU]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXCYNBLU]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXCYNBLU]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXCYNBLK").change(function(){
if(jQuery("#input-767B-267SSXCYNBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXCYNBLK]").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-760B-767B-267SSXCYNBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXCYNBLK-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXCYNBLK]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXCYNBLK]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXCYNBLK]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXSDWBLU").change(function(){
if(jQuery("#input-767B-267SSXSDWBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXSDWBLU]").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-760B-767B-267SSXSDWBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXSDWBLU-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXSDWBLU]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXSDWBLU]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXSDWBLU]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXLNRSBL").change(function(){
if(jQuery("#input-767B-267SSXLNRSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXLNRSBL]").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-760B-767B-267SSXLNRSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXLNRSBL-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXLNRSBL]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXLNRSBL]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXLNRSBL]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXSDWSBL").change(function(){
if(jQuery("#input-767B-267SSXSDWSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXSDWSBL]").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-760B-767B-267SSXSDWSBL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXSDWSBL-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXSDWSBL]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXSDWSBL]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXSDWSBL]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXSDWBLK").change(function(){
if(jQuery("#input-767B-267SSXSDWBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXSDWBLK]").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-760B-767B-267SSXSDWBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXSDWBLK-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXSDWBLK]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXSDWBLK]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXSDWBLK]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXLNRBLK").change(function(){
if(jQuery("#input-767B-267SSXLNRBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXLNRBLK]").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-760B-767B-267SSXLNRBLK]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXLNRBLK-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXLNRBLK]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXLNRBLK]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXLNRBLK]").remove();
}
}); // end click listener
jQuery("#input-767B-267SSXLNRBLU").change(function(){
if(jQuery("#input-767B-267SSXLNRBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-767B-267SSXLNRBLU]").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-760B-767B-267SSXLNRBLU]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 767B-267SSXLNRBLU-EFX Electric Folding Arch Tower - Black)");
}
}
// 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-767B-267SSXLNRBLU]").hide();
jQuery("[id^=note-single-required-by-767B-267SSXLNRBLU]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-767B-267SSXLNRBLU]").remove();
}
}); // end click listener
jQuery("#input-759W-267SSXCYN").change(function(){
if(jQuery("#input-759W-267SSXCYN").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-267SSXCYN]").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-STD_SKITOW-759W-267SSXCYN]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 759W-267SSXCYN-HTX Folding Hardtop Tower - White)");
}
}
// 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-267SSXCYN]").hide();
jQuery("[id^=note-single-required-by-759W-267SSXCYN]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-759W-267SSXCYN]").remove();
}
}); // end click listener
jQuery("#input-759W-267SSXSLT").change(function(){
if(jQuery("#input-759W-267SSXSLT").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-267SSXSLT]").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-STD_SKITOW-759W-267SSXSLT]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 759W-267SSXSLT-HTX Folding Hardtop Tower - White)");
}
}
// 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-267SSXSLT]").hide();
jQuery("[id^=note-single-required-by-759W-267SSXSLT]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-759W-267SSXSLT]").remove();
}
}); // end click listener
jQuery("#input-759W-267SSXSDW").change(function(){
if(jQuery("#input-759W-267SSXSDW").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-267SSXSDW]").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-STD_SKITOW-759W-267SSXSDW]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 759W-267SSXSDW-HTX Folding Hardtop Tower - White)");
}
}
// 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-267SSXSDW]").hide();
jQuery("[id^=note-single-required-by-759W-267SSXSDW]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-759W-267SSXSDW]").remove();
}
}); // end click listener
jQuery("#input-759W-267SSXLNR").change(function(){
if(jQuery("#input-759W-267SSXLNR").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-267SSXLNR]").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-STD_SKITOW-759W-267SSXLNR]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio")
if(jQuery("[id^=input-STD_SKITOW]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
}
if(!jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-STD_SKITOW]").append("
(Required By: 759W-267SSXLNR-HTX Folding Hardtop Tower - White)");
}
}
// 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-267SSXLNR]").hide();
jQuery("[id^=note-single-required-by-759W-267SSXLNR]").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-STD_SKITOW]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-STD_SKITOW]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-STD_SKITOW-759W-267SSXLNR]").remove();
}
}); // end click listener
jQuery("#input-759B-267SSXCYN").change(function(){
if(jQuery("#input-759B-267SSXCYN").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-267SSXCYN]").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-760B-759B-267SSXCYN]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 759B-267SSXCYN-HTX Folding Hardtop Tower - Black)");
}
}
// 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-267SSXCYN]").hide();
jQuery("[id^=note-single-required-by-759B-267SSXCYN]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-759B-267SSXCYN]").remove();
}
}); // end click listener
jQuery("#input-759B-267SSXLNR").change(function(){
if(jQuery("#input-759B-267SSXLNR").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-267SSXLNR]").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-760B-759B-267SSXLNR]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 759B-267SSXLNR-HTX Folding Hardtop Tower - Black)");
}
}
// 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-267SSXLNR]").hide();
jQuery("[id^=note-single-required-by-759B-267SSXLNR]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-759B-267SSXLNR]").remove();
}
}); // end click listener
jQuery("#input-759B-267SSXSDW").change(function(){
if(jQuery("#input-759B-267SSXSDW").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-267SSXSDW]").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-760B-759B-267SSXSDW]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 759B-267SSXSDW-HTX Folding Hardtop Tower - Black)");
}
}
// 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-267SSXSDW]").hide();
jQuery("[id^=note-single-required-by-759B-267SSXSDW]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-759B-267SSXSDW]").remove();
}
}); // end click listener
jQuery("#input-759B-267SSXSLT").change(function(){
if(jQuery("#input-759B-267SSXSLT").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-267SSXSLT]").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-760B-759B-267SSXSLT]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-760B]").prop("type") != "radio")
if(jQuery("[id^=input-760B]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-760B]").prop("disabled", true);
}
if(!jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-760B]").append("
(Required By: 759B-267SSXSLT-HTX Folding Hardtop Tower - Black)");
}
}
// 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-267SSXSLT]").hide();
jQuery("[id^=note-single-required-by-759B-267SSXSLT]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-759B-267SSXSLT]").remove();
}
}); // end click listener
jQuery("#input-713B-267SSX").change(function(){
if(jQuery("#input-713B-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713B-267SSX]").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-267SSX]").hide();
jQuery("[id^=note-single-required-by-713B-267SSX]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-759B-267SSXSLT]").remove();
}
}); // end click listener
jQuery("#input-713W-267SSX").change(function(){
if(jQuery("#input-713W-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713W-267SSX]").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-267SSX]").hide();
jQuery("[id^=note-single-required-by-713W-267SSX]").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-760B]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-760B]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-760B-759B-267SSXSLT]").remove();
}
}); // end click listener
jQuery("#input-560CT-267SSXSLT").change(function(){
if(jQuery("#input-560CT-267SSXSLT").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-267SSXSLT]").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-267SSXSLT]").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-267SSXSLT-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-267SSXSLT]").hide();
jQuery("[id^=note-single-required-by-560CT-267SSXSLT]").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-267SSXSLT]").remove();
}
}); // end click listener
jQuery("#input-560CT-267SSXCYN").change(function(){
if(jQuery("#input-560CT-267SSXCYN").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-267SSXCYN]").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-267SSXCYN]").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-267SSXCYN-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-267SSXCYN]").hide();
jQuery("[id^=note-single-required-by-560CT-267SSXCYN]").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-267SSXCYN]").remove();
}
}); // end click listener
jQuery("#input-560CT-267SSXBE").change(function(){
if(jQuery("#input-560CT-267SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-267SSXBE]").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-267SSXBE]").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-267SSXBE-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-267SSXBE]").hide();
jQuery("[id^=note-single-required-by-560CT-267SSXBE]").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-267SSXBE]").remove();
}
}); // end click listener
jQuery("#input-560CT-267SSXSDW").change(function(){
if(jQuery("#input-560CT-267SSXSDW").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-267SSXSDW]").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-267SSXSDW]").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-267SSXSDW-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-267SSXSDW]").hide();
jQuery("[id^=note-single-required-by-560CT-267SSXSDW]").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-267SSXSDW]").remove();
}
}); // end click listener
jQuery("#input-560CT-267SSXLNR").change(function(){
if(jQuery("#input-560CT-267SSXLNR").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-560CT-267SSXLNR]").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-267SSXLNR]").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-267SSXLNR-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-267SSXLNR]").hide();
jQuery("[id^=note-single-required-by-560CT-267SSXLNR]").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-267SSXLNR]").remove();
}
}); // end click listener
jQuery("#input-595S-267SSX").change(function(){
if(jQuery("#input-595S-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-595S-267SSX]").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-267SSX]").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-267SSX-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-267SSX]").hide();
jQuery("[id^=note-single-required-by-595S-267SSX]").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-267SSX]").remove();
}
}); // end click listener
jQuery("#input-595T-267SSX").change(function(){
if(jQuery("#input-595T-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-595T-267SSX]").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-267SSX]").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-267SSX-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-267SSX]").hide();
jQuery("[id^=note-single-required-by-595T-267SSX]").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-267SSX]").remove();
}
}); // end click listener
jQuery("#input-539-267SSX").change(function(){
if(jQuery("#input-539-267SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-539-267SSX]").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-540-539-267SSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-540]").prop("type") != "radio")
if(jQuery("[id^=input-540]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group"))
{
jQuery("[id^=input-540]").prop("disabled", true);
}
if(!jQuery("[id^=input-540]").prop("checked"))
{
jQuery("[id^=input-540]").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-540]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-540]").append("
(Required By: 539-267SSX-Anchor - 14lb. Polished Stainless Steel)");
}
}
// 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-539-267SSX]").hide();
jQuery("[id^=note-single-required-by-539-267SSX]").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-540]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-540]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-540-539-267SSX]").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ option_group_data["979-267SSXBE"] = {}; option_group_data["979-267SSXBE"]["part_groups"] = new Array();
option_group_data["979-267SSXBE"]["part_groups"].push("125");
option_group_data["532-267SSX"] = {}; option_group_data["532-267SSX"]["part_groups"] = new Array();
option_group_data["532-267SSX"]["part_groups"].push("20");
option_group_data["532-267SSX"]["part_groups"].push("501");
option_group_data["636-267SSX"] = {}; option_group_data["636-267SSX"]["part_groups"] = new Array();
option_group_data["636-267SSX"]["part_groups"].push("22");
option_group_data["636-267SSX"]["part_groups"].push("501");
option_group_data["637-267SSX"] = {}; option_group_data["637-267SSX"]["part_groups"] = new Array();
option_group_data["637-267SSX"]["part_groups"].push("24");
option_group_data["637-267SSX"]["part_groups"].push("501");
option_group_data["638-267SSX"] = {}; option_group_data["638-267SSX"]["part_groups"] = new Array();
option_group_data["638-267SSX"]["part_groups"].push("27");
option_group_data["638-267SSX"]["part_groups"].push("95");
option_group_data["638-267SSX"]["part_groups"].push("502");
option_group_data["535-267SSX"] = {}; option_group_data["535-267SSX"]["part_groups"] = new Array();
option_group_data["535-267SSX"]["part_groups"].push("27");
option_group_data["535-267SSX"]["part_groups"].push("98");
option_group_data["535-267SSX"]["part_groups"].push("502");
option_group_data["767W-267SSXSLTBLK"] = {}; option_group_data["767W-267SSXSLTBLK"]["part_groups"] = new Array();
option_group_data["767W-267SSXSLTBLK"]["available_with"] = new Array();
option_group_data["767W-267SSXSLTBLK"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXSLTBLK"]["part_groups"].push("3");
option_group_data["767W-267SSXSLTBLK"]["available_with"].push("20");
option_group_data["767W-267SSXSLTBLU"] = {}; option_group_data["767W-267SSXSLTBLU"]["part_groups"] = new Array();
option_group_data["767W-267SSXSLTBLU"]["available_with"] = new Array();
option_group_data["767W-267SSXSLTBLU"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXSLTBLU"]["part_groups"].push("3");
option_group_data["767W-267SSXSLTBLU"]["available_with"].push("20");
option_group_data["767W-267SSXCYNBLU"] = {}; option_group_data["767W-267SSXCYNBLU"]["part_groups"] = new Array();
option_group_data["767W-267SSXCYNBLU"]["available_with"] = new Array();
option_group_data["767W-267SSXCYNBLU"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXCYNBLU"]["part_groups"].push("3");
option_group_data["767W-267SSXCYNBLU"]["available_with"].push("27");
option_group_data["767W-267SSXCYNBLK"] = {}; option_group_data["767W-267SSXCYNBLK"]["part_groups"] = new Array();
option_group_data["767W-267SSXCYNBLK"]["available_with"] = new Array();
option_group_data["767W-267SSXCYNBLK"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXCYNBLK"]["part_groups"].push("3");
option_group_data["767W-267SSXCYNBLK"]["available_with"].push("27");
option_group_data["767W-267SSXSLTSBL"] = {}; option_group_data["767W-267SSXSLTSBL"]["part_groups"] = new Array();
option_group_data["767W-267SSXSLTSBL"]["available_with"] = new Array();
option_group_data["767W-267SSXSLTSBL"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXSLTSBL"]["part_groups"].push("3");
option_group_data["767W-267SSXSLTSBL"]["available_with"].push("20");
option_group_data["767W-267SSXCYNSBL"] = {}; option_group_data["767W-267SSXCYNSBL"]["part_groups"] = new Array();
option_group_data["767W-267SSXCYNSBL"]["available_with"] = new Array();
option_group_data["767W-267SSXCYNSBL"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXCYNSBL"]["part_groups"].push("3");
option_group_data["767W-267SSXCYNSBL"]["available_with"].push("27");
option_group_data["767W-267SSXLNRBLU"] = {}; option_group_data["767W-267SSXLNRBLU"]["part_groups"] = new Array();
option_group_data["767W-267SSXLNRBLU"]["available_with"] = new Array();
option_group_data["767W-267SSXLNRBLU"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXLNRBLU"]["part_groups"].push("3");
option_group_data["767W-267SSXLNRBLU"]["available_with"].push("22");
option_group_data["767W-267SSXSDWBLU"] = {}; option_group_data["767W-267SSXSDWBLU"]["part_groups"] = new Array();
option_group_data["767W-267SSXSDWBLU"]["available_with"] = new Array();
option_group_data["767W-267SSXSDWBLU"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXSDWBLU"]["part_groups"].push("3");
option_group_data["767W-267SSXSDWBLU"]["available_with"].push("24");
option_group_data["767W-267SSXLNRSBL"] = {}; option_group_data["767W-267SSXLNRSBL"]["part_groups"] = new Array();
option_group_data["767W-267SSXLNRSBL"]["available_with"] = new Array();
option_group_data["767W-267SSXLNRSBL"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXLNRSBL"]["part_groups"].push("3");
option_group_data["767W-267SSXLNRSBL"]["available_with"].push("22");
option_group_data["767W-267SSXSDWBLK"] = {}; option_group_data["767W-267SSXSDWBLK"]["part_groups"] = new Array();
option_group_data["767W-267SSXSDWBLK"]["available_with"] = new Array();
option_group_data["767W-267SSXSDWBLK"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXSDWBLK"]["part_groups"].push("3");
option_group_data["767W-267SSXSDWBLK"]["available_with"].push("24");
option_group_data["767W-267SSXLNRBLK"] = {}; option_group_data["767W-267SSXLNRBLK"]["part_groups"] = new Array();
option_group_data["767W-267SSXLNRBLK"]["available_with"] = new Array();
option_group_data["767W-267SSXLNRBLK"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXLNRBLK"]["part_groups"].push("3");
option_group_data["767W-267SSXLNRBLK"]["available_with"].push("22");
option_group_data["767W-267SSXSDWSBL"] = {}; option_group_data["767W-267SSXSDWSBL"]["part_groups"] = new Array();
option_group_data["767W-267SSXSDWSBL"]["available_with"] = new Array();
option_group_data["767W-267SSXSDWSBL"]["available_with_compound"] = new Array();
option_group_data["767W-267SSXSDWSBL"]["part_groups"].push("3");
option_group_data["767W-267SSXSDWSBL"]["available_with"].push("24");
option_group_data["767B-267SSXSLTSBL"] = {}; option_group_data["767B-267SSXSLTSBL"]["part_groups"] = new Array();
option_group_data["767B-267SSXSLTSBL"]["available_with"] = new Array();
option_group_data["767B-267SSXSLTSBL"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXSLTSBL"]["part_groups"].push("8");
option_group_data["767B-267SSXSLTSBL"]["available_with"].push("20");
option_group_data["767B-267SSXSLTBLK"] = {}; option_group_data["767B-267SSXSLTBLK"]["part_groups"] = new Array();
option_group_data["767B-267SSXSLTBLK"]["available_with"] = new Array();
option_group_data["767B-267SSXSLTBLK"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXSLTBLK"]["part_groups"].push("8");
option_group_data["767B-267SSXSLTBLK"]["available_with"].push("20");
option_group_data["767B-267SSXCYNSBL"] = {}; option_group_data["767B-267SSXCYNSBL"]["part_groups"] = new Array();
option_group_data["767B-267SSXCYNSBL"]["available_with"] = new Array();
option_group_data["767B-267SSXCYNSBL"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXCYNSBL"]["part_groups"].push("8");
option_group_data["767B-267SSXCYNSBL"]["available_with"].push("27");
option_group_data["767B-267SSXSLTBLU"] = {}; option_group_data["767B-267SSXSLTBLU"]["part_groups"] = new Array();
option_group_data["767B-267SSXSLTBLU"]["available_with"] = new Array();
option_group_data["767B-267SSXSLTBLU"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXSLTBLU"]["part_groups"].push("8");
option_group_data["767B-267SSXSLTBLU"]["available_with"].push("20");
option_group_data["767B-267SSXCYNBLU"] = {}; option_group_data["767B-267SSXCYNBLU"]["part_groups"] = new Array();
option_group_data["767B-267SSXCYNBLU"]["available_with"] = new Array();
option_group_data["767B-267SSXCYNBLU"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXCYNBLU"]["part_groups"].push("8");
option_group_data["767B-267SSXCYNBLU"]["available_with"].push("27");
option_group_data["767B-267SSXCYNBLK"] = {}; option_group_data["767B-267SSXCYNBLK"]["part_groups"] = new Array();
option_group_data["767B-267SSXCYNBLK"]["available_with"] = new Array();
option_group_data["767B-267SSXCYNBLK"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXCYNBLK"]["part_groups"].push("8");
option_group_data["767B-267SSXCYNBLK"]["available_with"].push("27");
option_group_data["767B-267SSXCYNBLK"]["available_with"].push("126");
option_group_data["767B-267SSXSDWBLU"] = {}; option_group_data["767B-267SSXSDWBLU"]["part_groups"] = new Array();
option_group_data["767B-267SSXSDWBLU"]["available_with"] = new Array();
option_group_data["767B-267SSXSDWBLU"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXSDWBLU"]["part_groups"].push("8");
option_group_data["767B-267SSXSDWBLU"]["available_with"].push("24");
option_group_data["767B-267SSXLNRSBL"] = {}; option_group_data["767B-267SSXLNRSBL"]["part_groups"] = new Array();
option_group_data["767B-267SSXLNRSBL"]["available_with"] = new Array();
option_group_data["767B-267SSXLNRSBL"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXLNRSBL"]["part_groups"].push("8");
option_group_data["767B-267SSXLNRSBL"]["available_with"].push("22");
option_group_data["767B-267SSXSDWSBL"] = {}; option_group_data["767B-267SSXSDWSBL"]["part_groups"] = new Array();
option_group_data["767B-267SSXSDWSBL"]["available_with"] = new Array();
option_group_data["767B-267SSXSDWSBL"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXSDWSBL"]["part_groups"].push("8");
option_group_data["767B-267SSXSDWSBL"]["available_with"].push("24");
option_group_data["767B-267SSXSDWBLK"] = {}; option_group_data["767B-267SSXSDWBLK"]["part_groups"] = new Array();
option_group_data["767B-267SSXSDWBLK"]["available_with"] = new Array();
option_group_data["767B-267SSXSDWBLK"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXSDWBLK"]["part_groups"].push("8");
option_group_data["767B-267SSXSDWBLK"]["available_with"].push("24");
option_group_data["767B-267SSXLNRBLK"] = {}; option_group_data["767B-267SSXLNRBLK"]["part_groups"] = new Array();
option_group_data["767B-267SSXLNRBLK"]["available_with"] = new Array();
option_group_data["767B-267SSXLNRBLK"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXLNRBLK"]["part_groups"].push("8");
option_group_data["767B-267SSXLNRBLK"]["available_with"].push("22");
option_group_data["767B-267SSXLNRBLU"] = {}; option_group_data["767B-267SSXLNRBLU"]["part_groups"] = new Array();
option_group_data["767B-267SSXLNRBLU"]["available_with"] = new Array();
option_group_data["767B-267SSXLNRBLU"]["available_with_compound"] = new Array();
option_group_data["767B-267SSXLNRBLU"]["part_groups"].push("8");
option_group_data["767B-267SSXLNRBLU"]["available_with"].push("22");
option_group_data["759W-267SSXCYN"] = {}; option_group_data["759W-267SSXCYN"]["part_groups"] = new Array();
option_group_data["759W-267SSXCYN"]["available_with"] = new Array();
option_group_data["759W-267SSXCYN"]["available_with_compound"] = new Array();
option_group_data["759W-267SSXCYN"]["part_groups"].push("10");
option_group_data["759W-267SSXCYN"]["available_with"].push("27");
option_group_data["759W-267SSXSLT"] = {}; option_group_data["759W-267SSXSLT"]["part_groups"] = new Array();
option_group_data["759W-267SSXSLT"]["available_with"] = new Array();
option_group_data["759W-267SSXSLT"]["available_with_compound"] = new Array();
option_group_data["759W-267SSXSLT"]["part_groups"].push("10");
option_group_data["759W-267SSXSLT"]["available_with"].push("20");
option_group_data["759W-267SSXSDW"] = {}; option_group_data["759W-267SSXSDW"]["part_groups"] = new Array();
option_group_data["759W-267SSXSDW"]["available_with"] = new Array();
option_group_data["759W-267SSXSDW"]["available_with_compound"] = new Array();
option_group_data["759W-267SSXSDW"]["part_groups"].push("10");
option_group_data["759W-267SSXSDW"]["available_with"].push("24");
option_group_data["759W-267SSXLNR"] = {}; option_group_data["759W-267SSXLNR"]["part_groups"] = new Array();
option_group_data["759W-267SSXLNR"]["available_with"] = new Array();
option_group_data["759W-267SSXLNR"]["available_with_compound"] = new Array();
option_group_data["759W-267SSXLNR"]["part_groups"].push("10");
option_group_data["759W-267SSXLNR"]["available_with"].push("22");
option_group_data["759B-267SSXCYN"] = {}; option_group_data["759B-267SSXCYN"]["part_groups"] = new Array();
option_group_data["759B-267SSXCYN"]["available_with"] = new Array();
option_group_data["759B-267SSXCYN"]["available_with_compound"] = new Array();
option_group_data["759B-267SSXCYN"]["part_groups"].push("9");
option_group_data["759B-267SSXCYN"]["available_with"].push("27");
option_group_data["759B-267SSXLNR"] = {}; option_group_data["759B-267SSXLNR"]["part_groups"] = new Array();
option_group_data["759B-267SSXLNR"]["available_with"] = new Array();
option_group_data["759B-267SSXLNR"]["available_with_compound"] = new Array();
option_group_data["759B-267SSXLNR"]["part_groups"].push("9");
option_group_data["759B-267SSXLNR"]["available_with"].push("22");
option_group_data["759B-267SSXSDW"] = {}; option_group_data["759B-267SSXSDW"]["part_groups"] = new Array();
option_group_data["759B-267SSXSDW"]["available_with"] = new Array();
option_group_data["759B-267SSXSDW"]["available_with_compound"] = new Array();
option_group_data["759B-267SSXSDW"]["part_groups"].push("9");
option_group_data["759B-267SSXSDW"]["available_with"].push("24");
option_group_data["759B-267SSXSLT"] = {}; option_group_data["759B-267SSXSLT"]["part_groups"] = new Array();
option_group_data["759B-267SSXSLT"]["available_with"] = new Array();
option_group_data["759B-267SSXSLT"]["available_with_compound"] = new Array();
option_group_data["759B-267SSXSLT"]["part_groups"].push("9");
option_group_data["759B-267SSXSLT"]["available_with"].push("20");
option_group_data["562-267SSXBLK"] = {}; option_group_data["562-267SSXBLK"]["available_with"] = new Array();
option_group_data["562-267SSXBLK"]["available_with_compound"] = new Array();
option_group_data["562-267SSXBLK"]["available_with"].push("3");
option_group_data["562-267SSXBLK"]["available_with"].push("8");
option_group_data["562-267SSXBLK"]["available_with"].push("126");
option_group_data["562-267SSXBLU"] = {}; option_group_data["562-267SSXBLU"]["available_with"] = new Array();
option_group_data["562-267SSXBLU"]["available_with_compound"] = new Array();
option_group_data["562-267SSXBLU"]["available_with"].push("3");
option_group_data["562-267SSXBLU"]["available_with"].push("8");
option_group_data["562-267SSXSBL"] = {}; option_group_data["562-267SSXSBL"]["available_with"] = new Array();
option_group_data["562-267SSXSBL"]["available_with_compound"] = new Array();
option_group_data["562-267SSXSBL"]["available_with"].push("3");
option_group_data["562-267SSXSBL"]["available_with"].push("8");
option_group_data["735-267SSXWHT"] = {}; option_group_data["735-267SSXWHT"]["available_with"] = new Array();
option_group_data["735-267SSXWHT"]["available_with_compound"] = new Array();
option_group_data["735-267SSXWHT"]["available_with"].push("3");
option_group_data["735-267SSXWHT"]["available_with"].push("8");
option_group_data["735-267SSXWHT"]["available_with"].push("126");
option_group_data["735HTX-267SSXWHT"] = {}; option_group_data["735HTX-267SSXWHT"]["available_with"] = new Array();
option_group_data["735HTX-267SSXWHT"]["available_with_compound"] = new Array();
option_group_data["735HTX-267SSXWHT"]["available_with"].push("9");
option_group_data["735HTX-267SSXWHT"]["available_with"].push("10");
option_group_data["735HTX-267SSXWHT"]["available_with"].push("128");
option_group_data["735-267SSXBLK"] = {}; option_group_data["735-267SSXBLK"]["available_with"] = new Array();
option_group_data["735-267SSXBLK"]["available_with_compound"] = new Array();
option_group_data["735-267SSXBLK"]["available_with"].push("3");
option_group_data["735-267SSXBLK"]["available_with"].push("8");
option_group_data["735-267SSXBLK"]["available_with"].push("126");
option_group_data["735HTX-267SSXBLK"] = {}; option_group_data["735HTX-267SSXBLK"]["available_with"] = new Array();
option_group_data["735HTX-267SSXBLK"]["available_with_compound"] = new Array();
option_group_data["735HTX-267SSXBLK"]["available_with"].push("9");
option_group_data["735HTX-267SSXBLK"]["available_with"].push("10");
option_group_data["735HTX-267SSXBLK"]["available_with"].push("128");
option_group_data["642-267SSXBLK"] = {}; option_group_data["642-267SSXBLK"]["available_with"] = new Array();
option_group_data["642-267SSXBLK"]["available_with_compound"] = new Array();
option_group_data["642-267SSXBLK"]["available_with"].push("3");
option_group_data["642HTX-267SSXBLK"] = {}; option_group_data["642HTX-267SSXBLK"]["available_with"] = new Array();
option_group_data["642HTX-267SSXBLK"]["available_with_compound"] = new Array();
option_group_data["642HTX-267SSXBLK"]["available_with"].push("10");
option_group_data["642B-267SSXWHT"] = {}; option_group_data["642B-267SSXWHT"]["available_with"] = new Array();
option_group_data["642B-267SSXWHT"]["available_with_compound"] = new Array();
option_group_data["642B-267SSXWHT"]["available_with"].push("8");
option_group_data["642B-267SSXWHT"]["available_with"].push("126");
option_group_data["642HTXB-267SSXWHT"] = {}; option_group_data["642HTXB-267SSXWHT"]["available_with"] = new Array();
option_group_data["642HTXB-267SSXWHT"]["available_with_compound"] = new Array();
option_group_data["642HTXB-267SSXWHT"]["available_with"].push("9");
option_group_data["642HTXB-267SSXWHT"]["available_with"].push("128");
option_group_data["642B-267SSXSTL"] = {}; option_group_data["642B-267SSXSTL"]["available_with"] = new Array();
option_group_data["642B-267SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642B-267SSXSTL"]["available_with"].push("8");
option_group_data["642B-267SSXSTL"]["available_with"].push("126");
option_group_data["642-267SSXSTL"] = {}; option_group_data["642-267SSXSTL"]["available_with"] = new Array();
option_group_data["642-267SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642-267SSXSTL"]["available_with"].push("3");
option_group_data["642HTX-267SSXSTL"] = {}; option_group_data["642HTX-267SSXSTL"]["available_with"] = new Array();
option_group_data["642HTX-267SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642HTX-267SSXSTL"]["available_with"].push("10");
option_group_data["642HTXB-267SSXSTL"] = {}; option_group_data["642HTXB-267SSXSTL"]["available_with"] = new Array();
option_group_data["642HTXB-267SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-267SSXSTL"]["available_with"].push("9");
option_group_data["642HTXB-267SSXSTL"]["available_with"].push("128");
option_group_data["642B-267SSXBLU"] = {}; option_group_data["642B-267SSXBLU"]["available_with"] = new Array();
option_group_data["642B-267SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642B-267SSXBLU"]["available_with"].push("8");
option_group_data["642B-267SSXBLU"]["available_with"].push("126");
option_group_data["642-267SSXBLU"] = {}; option_group_data["642-267SSXBLU"]["available_with"] = new Array();
option_group_data["642-267SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642-267SSXBLU"]["available_with"].push("3");
option_group_data["642HTXB-267SSXBLU"] = {}; option_group_data["642HTXB-267SSXBLU"]["available_with"] = new Array();
option_group_data["642HTXB-267SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642HTXB-267SSXBLU"]["available_with"].push("9");
option_group_data["642HTXB-267SSXBLU"]["available_with"].push("128");
option_group_data["642HTX-267SSXBLU"] = {}; option_group_data["642HTX-267SSXBLU"]["available_with"] = new Array();
option_group_data["642HTX-267SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642HTX-267SSXBLU"]["available_with"].push("10");
option_group_data["642-267SSXSBL"] = {}; option_group_data["642-267SSXSBL"]["available_with"] = new Array();
option_group_data["642-267SSXSBL"]["available_with_compound"] = new Array();
option_group_data["642-267SSXSBL"]["available_with"].push("3");
option_group_data["642B-267SSXSBL"] = {}; option_group_data["642B-267SSXSBL"]["available_with"] = new Array();
option_group_data["642B-267SSXSBL"]["available_with_compound"] = new Array();
option_group_data["642B-267SSXSBL"]["available_with"].push("8");
option_group_data["642B-267SSXSBL"]["available_with"].push("126");
option_group_data["642HTXB-267SSXSBL"] = {}; option_group_data["642HTXB-267SSXSBL"]["available_with"] = new Array();
option_group_data["642HTXB-267SSXSBL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-267SSXSBL"]["available_with"].push("9");
option_group_data["642HTXB-267SSXSBL"]["available_with"].push("128");
option_group_data["642HTX-267SSXSBL"] = {}; option_group_data["642HTX-267SSXSBL"]["available_with"] = new Array();
option_group_data["642HTX-267SSXSBL"]["available_with_compound"] = new Array();
option_group_data["642HTX-267SSXSBL"]["available_with"].push("10");
option_group_data["642B-267SSXFRE"] = {}; option_group_data["642B-267SSXFRE"]["available_with"] = new Array();
option_group_data["642B-267SSXFRE"]["available_with_compound"] = new Array();
option_group_data["642B-267SSXFRE"]["available_with"].push("8");
option_group_data["642B-267SSXFRE"]["available_with"].push("126");
option_group_data["642-267SSXFRE"] = {}; option_group_data["642-267SSXFRE"]["available_with"] = new Array();
option_group_data["642-267SSXFRE"]["available_with_compound"] = new Array();
option_group_data["642-267SSXFRE"]["available_with"].push("3");
option_group_data["642HTX-267SSXFRE"] = {}; option_group_data["642HTX-267SSXFRE"]["available_with"] = new Array();
option_group_data["642HTX-267SSXFRE"]["available_with_compound"] = new Array();
option_group_data["642HTX-267SSXFRE"]["available_with"].push("10");
option_group_data["642HTXB-267SSXFRE"] = {}; option_group_data["642HTXB-267SSXFRE"]["available_with"] = new Array();
option_group_data["642HTXB-267SSXFRE"]["available_with_compound"] = new Array();
option_group_data["642HTXB-267SSXFRE"]["available_with"].push("9");
option_group_data["642HTXB-267SSXFRE"]["available_with"].push("128");
option_group_data["642B-267SSXALY"] = {}; option_group_data["642B-267SSXALY"]["available_with"] = new Array();
option_group_data["642B-267SSXALY"]["available_with_compound"] = new Array();
option_group_data["642B-267SSXALY"]["available_with"].push("8");
option_group_data["642B-267SSXALY"]["available_with"].push("126");
option_group_data["642-267SSXALY"] = {}; option_group_data["642-267SSXALY"]["available_with"] = new Array();
option_group_data["642-267SSXALY"]["available_with_compound"] = new Array();
option_group_data["642-267SSXALY"]["available_with"].push("3");
option_group_data["642HTX-267SSXALY"] = {}; option_group_data["642HTX-267SSXALY"]["available_with"] = new Array();
option_group_data["642HTX-267SSXALY"]["available_with_compound"] = new Array();
option_group_data["642HTX-267SSXALY"]["available_with"].push("10");
option_group_data["642HTXB-267SSXALY"] = {}; option_group_data["642HTXB-267SSXALY"]["available_with"] = new Array();
option_group_data["642HTXB-267SSXALY"]["available_with_compound"] = new Array();
option_group_data["642HTXB-267SSXALY"]["available_with"].push("9");
option_group_data["642HTXB-267SSXALY"]["available_with"].push("128");
option_group_data["557RA-267SSXBLK"] = {}; option_group_data["557RA-267SSXBLK"]["available_with"] = new Array();
option_group_data["557RA-267SSXBLK"]["available_with_compound"] = new Array();
option_group_data["557RA-267SSXBLK"]["available_with"].push("3");
option_group_data["557RA-267SSXBLK"]["available_with"].push("8");
option_group_data["557RA-267SSXBLK"]["available_with"].push("126");
option_group_data["557RA-267SSXBLK"]["available_with"].push("9");
option_group_data["557RA-267SSXBLK"]["available_with"].push("10");
option_group_data["557RA-267SSXBLK"]["available_with"].push("128");
option_group_data["557RA-267SSXBLU"] = {}; option_group_data["557RA-267SSXBLU"]["available_with"] = new Array();
option_group_data["557RA-267SSXBLU"]["available_with_compound"] = new Array();
option_group_data["557RA-267SSXBLU"]["available_with"].push("3");
option_group_data["557RA-267SSXBLU"]["available_with"].push("8");
option_group_data["557RA-267SSXBLU"]["available_with"].push("126");
option_group_data["557RA-267SSXBLU"]["available_with"].push("9");
option_group_data["557RA-267SSXBLU"]["available_with"].push("10");
option_group_data["557RA-267SSXBLU"]["available_with"].push("128");
option_group_data["557RA-267SSXSBL"] = {}; option_group_data["557RA-267SSXSBL"]["available_with"] = new Array();
option_group_data["557RA-267SSXSBL"]["available_with_compound"] = new Array();
option_group_data["557RA-267SSXSBL"]["available_with"].push("3");
option_group_data["557RA-267SSXSBL"]["available_with"].push("8");
option_group_data["557RA-267SSXSBL"]["available_with"].push("126");
option_group_data["557RA-267SSXSBL"]["available_with"].push("9");
option_group_data["557RA-267SSXSBL"]["available_with"].push("10");
option_group_data["557RA-267SSXSBL"]["available_with"].push("128");
option_group_data["619RA-267SSX"] = {}; option_group_data["619RA-267SSX"]["available_with"] = new Array();
option_group_data["619RA-267SSX"]["available_with_compound"] = new Array();
option_group_data["619RA-267SSX"]["available_with"].push("3");
option_group_data["619RA-267SSX"]["available_with"].push("8");
option_group_data["619RA-267SSX"]["available_with"].push("126");
option_group_data["619RA-267SSX"]["available_with"].push("9");
option_group_data["619RA-267SSX"]["available_with"].push("10");
option_group_data["619RA-267SSX"]["available_with"].push("128");
option_group_data["685M-267SSX"] = {}; option_group_data["685M-267SSX"]["part_groups"] = new Array();
option_group_data["685M-267SSX"]["part_groups"].push("126");
option_group_data["685V-267SSX"] = {}; option_group_data["685V-267SSX"]["part_groups"] = new Array();
option_group_data["685V-267SSX"]["part_groups"].push("126");
option_group_data["685HTXM-267SSX"] = {}; option_group_data["685HTXM-267SSX"]["part_groups"] = new Array();
option_group_data["685HTXM-267SSX"]["part_groups"].push("128");
option_group_data["685HTXV-267SSX"] = {}; option_group_data["685HTXV-267SSX"]["part_groups"] = new Array();
option_group_data["685HTXV-267SSX"]["part_groups"].push("128");
option_group_data["512CM-267SSX"] = {}; option_group_data["512CM-267SSX"]["available_with"] = new Array();
option_group_data["512CM-267SSX"]["available_with_compound"] = new Array();
option_group_data["512CM-267SSX"]["available_with"].push("95");
option_group_data["512CV-267SSX"] = {}; option_group_data["512CV-267SSX"]["available_with"] = new Array();
option_group_data["512CV-267SSX"]["available_with_compound"] = new Array();
option_group_data["512CV-267SSX"]["available_with"].push("95");
option_group_data["713B-267SSX"] = {}; option_group_data["713B-267SSX"]["available_with"] = new Array();
option_group_data["713B-267SSX"]["available_with_compound"] = new Array();
option_group_data["713B-267SSX"]["available_with"].push("8");
option_group_data["713B-267SSX"]["available_with"].push("126");
option_group_data["713W-267SSX"] = {}; option_group_data["713W-267SSX"]["available_with"] = new Array();
option_group_data["713W-267SSX"]["available_with_compound"] = new Array();
option_group_data["713W-267SSX"]["available_with"].push("3");
option_group_data["560CT-267SSXSLT"] = {}; option_group_data["560CT-267SSXSLT"]["available_with"] = new Array();
option_group_data["560CT-267SSXSLT"]["available_with_compound"] = new Array();
option_group_data["560CT-267SSXSLT"]["available_with"].push("20");
option_group_data["560CT-267SSXCYN"] = {}; option_group_data["560CT-267SSXCYN"]["available_with"] = new Array();
option_group_data["560CT-267SSXCYN"]["available_with_compound"] = new Array();
option_group_data["560CT-267SSXCYN"]["available_with"].push("95");
option_group_data["560CT-267SSXBE"] = {}; option_group_data["560CT-267SSXBE"]["available_with"] = new Array();
option_group_data["560CT-267SSXBE"]["available_with_compound"] = new Array();
option_group_data["560CT-267SSXBE"]["available_with"].push("98");
option_group_data["560CT-267SSXSDW"] = {}; option_group_data["560CT-267SSXSDW"]["available_with"] = new Array();
option_group_data["560CT-267SSXSDW"]["available_with_compound"] = new Array();
option_group_data["560CT-267SSXSDW"]["available_with"].push("24");
option_group_data["560CT-267SSXLNR"] = {}; option_group_data["560CT-267SSXLNR"]["available_with"] = new Array();
option_group_data["560CT-267SSXLNR"]["available_with_compound"] = new Array();
option_group_data["560CT-267SSXLNR"]["available_with"].push("22");
option_group_data["560NCT-267SSXCYN"] = {}; option_group_data["560NCT-267SSXCYN"]["available_with"] = new Array();
option_group_data["560NCT-267SSXCYN"]["available_with_compound"] = new Array();
option_group_data["560NCT-267SSXCYN"]["available_with"].push("95");
option_group_data["560NCT-267SSXSLT"] = {}; option_group_data["560NCT-267SSXSLT"]["available_with"] = new Array();
option_group_data["560NCT-267SSXSLT"]["available_with_compound"] = new Array();
option_group_data["560NCT-267SSXSLT"]["available_with"].push("20");
option_group_data["560NCT-267SSXBE"] = {}; option_group_data["560NCT-267SSXBE"]["available_with"] = new Array();
option_group_data["560NCT-267SSXBE"]["available_with_compound"] = new Array();
option_group_data["560NCT-267SSXBE"]["available_with"].push("98");
option_group_data["560NCT-267SSXLNR"] = {}; option_group_data["560NCT-267SSXLNR"]["available_with"] = new Array();
option_group_data["560NCT-267SSXLNR"]["available_with_compound"] = new Array();
option_group_data["560NCT-267SSXLNR"]["available_with"].push("22");
option_group_data["560NCT-267SSXSDW"] = {}; option_group_data["560NCT-267SSXSDW"]["available_with"] = new Array();
option_group_data["560NCT-267SSXSDW"]["available_with_compound"] = new Array();
option_group_data["560NCT-267SSXSDW"]["available_with"].push("24");
option_group_data["704S-267SSX"] = {}; option_group_data["704S-267SSX"]["available_with"] = new Array();
option_group_data["704S-267SSX"]["available_with_compound"] = new Array();
option_group_data["704S-267SSX"]["available_with"].push("20");
option_group_data["704S-267SSX"]["available_with"].push("22");
option_group_data["704S-267SSX"]["available_with"].push("24");
option_group_data["704C-267SSX"] = {}; option_group_data["704C-267SSX"]["available_with"] = new Array();
option_group_data["704C-267SSX"]["available_with_compound"] = new Array();
option_group_data["704C-267SSX"]["available_with"].push("27");
option_group_data["682BS-267SSX"] = {}; option_group_data["682BS-267SSX"]["available_with"] = new Array();
option_group_data["682BS-267SSX"]["available_with_compound"] = new Array();
option_group_data["682BS-267SSX"]["available_with"].push("501");
option_group_data["682WS-267SSX"] = {}; option_group_data["682WS-267SSX"]["available_with"] = new Array();
option_group_data["682WS-267SSX"]["available_with_compound"] = new Array();
option_group_data["682WS-267SSX"]["available_with"].push("501");
option_group_data["682BC-267SSX"] = {}; option_group_data["682BC-267SSX"]["available_with"] = new Array();
option_group_data["682BC-267SSX"]["available_with_compound"] = new Array();
option_group_data["682BC-267SSX"]["available_with"].push("502");
option_group_data["682WC-267SSX"] = {}; option_group_data["682WC-267SSX"]["available_with"] = new Array();
option_group_data["682WC-267SSX"]["available_with_compound"] = new Array();
option_group_data["682WC-267SSX"]["available_with"].push("502");
option_group_data["796BE-267SSX"] = {}; option_group_data["796BE-267SSX"]["available_with"] = new Array();
option_group_data["796BE-267SSX"]["available_with_compound"] = new Array();
option_group_data["796BE-267SSX"]["available_with"].push("8");
option_group_data["796BE-267SSX"]["available_with"].push("126");
option_group_data["796DB-267SSX"] = {}; option_group_data["796DB-267SSX"]["available_with"] = new Array();
option_group_data["796DB-267SSX"]["available_with_compound"] = new Array();
option_group_data["796DB-267SSX"]["available_with"].push("3");
option_group_data["795B-267SSXHTX"] = {}; option_group_data["795B-267SSXHTX"]["available_with"] = new Array();
option_group_data["795B-267SSXHTX"]["available_with_compound"] = new Array();
option_group_data["795B-267SSXHTX"]["available_with"].push("9");
option_group_data["795W-267SSXHTX"] = {}; option_group_data["795W-267SSXHTX"]["available_with"] = new Array();
option_group_data["795W-267SSXHTX"]["available_with_compound"] = new Array();
option_group_data["795W-267SSXHTX"]["available_with"].push("10");
option_group_data["794W-267SSX"] = {}; option_group_data["794W-267SSX"]["available_with"] = new Array();
option_group_data["794W-267SSX"]["available_with_compound"] = new Array();
option_group_data["794W-267SSX"]["available_with"].push("10");
option_group_data["794B-267SSX"] = {}; option_group_data["794B-267SSX"]["available_with"] = new Array();
option_group_data["794B-267SSX"]["available_with_compound"] = new Array();
option_group_data["794B-267SSX"]["available_with"].push("9");
option_group_data["688BA-267SSX"] = {}; option_group_data["688BA-267SSX"]["part_groups"] = new Array();
option_group_data["688BA-267SSX"]["part_groups"].push("64");
option_group_data["688AA-267SSX"] = {}; option_group_data["688AA-267SSX"]["part_groups"] = new Array();
option_group_data["688AA-267SSX"]["part_groups"].push("62");
option_group_data["688WA-267SSX"] = {}; option_group_data["688WA-267SSX"]["part_groups"] = new Array();
option_group_data["688WA-267SSX"]["part_groups"].push("64");
option_group_data["688BE-267SSX"] = {}; option_group_data["688BE-267SSX"]["part_groups"] = new Array();
option_group_data["688BE-267SSX"]["available_with"] = new Array();
option_group_data["688BE-267SSX"]["available_with_compound"] = new Array();
option_group_data["688BE-267SSX"]["part_groups"].push("57");
option_group_data["688BE-267SSX"]["available_with"].push("126");
option_group_data["688BE-267SSX"]["available_with"].push("128");
option_group_data["687P-267SSX"] = {}; option_group_data["687P-267SSX"]["available_with"] = new Array();
option_group_data["687P-267SSX"]["available_with_compound"] = new Array();
option_group_data["687P-267SSX"]["available_with"].push("64");
option_group_data["687-267SSXALM"] = {}; option_group_data["687-267SSXALM"]["available_with"] = new Array();
option_group_data["687-267SSXALM"]["available_with_compound"] = new Array();
option_group_data["687-267SSXALM"]["available_with"].push("62");
option_group_data["687BE-267SSX"] = {}; option_group_data["687BE-267SSX"]["available_with"] = new Array();
option_group_data["687BE-267SSX"]["available_with_compound"] = new Array();
option_group_data["687BE-267SSX"]["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()
});