
/*
jQuery(document).ready(function() {
    if(jQuery("#movFlashCore").size()>0){
        jQuery(".gBodyContainer").css("background-image","none");
    }
});
*/

function setPosition() {
    var options = new Array();  
    options = [{
                  value: "Right", // all types except combobox
                  text: "Right",
                  qtip: "Right" // select and combobox only
              },
              {
                  value: "Bottom", // all types except combobox
                  text: "Bottom",
                  qtip: "Bottom" // select and combobox only
              },
              {
                  value: "Hide", // all types except combobox
                  text: "Hide",
                  qtip: "Hide" // select and combobox only
              }];
            
    this.setOptions(options);     
    }

function setPaymentFlag() {
    var options = new Array();  
    options = [{
                  value: "Yes", // all types except combobox
                  text: "Yes",
                  qtip: "Yes" // select and combobox only
              },
              {
                  value: "No", // all types except combobox
                  text: "No",
                  qtip: "No" // select and combobox only
              }];
            
    this.setOptions(options);     
    }
function setPageType() {
    var options = new Array();  
    options = [{
                  value: "financingOvrContainer", // all types except combobox
                  text: "About IFS",
                  qtip: "Overivew" // select and combobox only
              },
              {
                  value: "financingOptContainer", // all types except combobox
                  text: "Purchase Vs Lease",
                  qtip: "Options" // select and combobox only
              },
              {
                  value: "financingSGContainer", // all types except combobox
                  text: "Signature Graduate",
                  qtip: "SignatureGraduate" // select and combobox only
              }];
            
    this.setOptions(options);     
}
