Thanks!
You\'ll be hearing from
one of our associates
very soon!
'}
$('divSimpleContactForm').innerHTML = onSuccessText;
}
});
} ,
btnSearchResults_onClick: function(sURL, iWidth){
// 11:02 AM 1/6/2010
sURL += '&fromWindowJs=1';
dialogWin = new Window({className: "dialog", title: "Make An Offer", width:iWidth, height:480, destroyOnClose: true, recenterAuto:true, minimizable:false, maximizable:false, url:sURL, showEffectOptions:{duration:1.0}});
dialogWin.showCenter();
} ,
loadVehicleImages: function(){
$$('[imgsrc]').each(function(C){
C.src = C.getAttribute('imgsrc');
});
} ,
loadFlowPlayerVideo: function(vid, splash, targetObj, autoPlayVideo, w, h){
var c = '{ controlsOverVideo: true,';
c += 'showMenu: false,';
c += 'showMuteVolumeButton: true,';
c += 'showVolumeSlider: true,';
c += 'showPlayButton: true,';
c += 'showStopButton: true,';
c += 'showFullScreenButton: false,';
c += 'autoBuffering: true,';
c += 'menuItems: [ false, false, false, false, false, false ], ';
if(splash != ''){
c += 'playList: [{ url: \'' + splash + '\', autoPlay: true },{ url: \'' + vid + '\', autoPlay: ' + autoPlayVideo + ' }], ';
} else {
c += 'playList: [{ url: \'' + vid + '\', autoPlay: ' + autoPlayVideo + ' }], ';
}
c += 'autoRewind: false}';
var fo = new SWFObject('/FlowPlayerDark.swf', 'FlowPlayer', w, h, '9', '#fff', true);
fo.addVariable('config', c);
fo.write(targetObj);
}
};
}();
Event.observe(document,'dom:loaded',function(){
searchFunctions.buildSelfLabeledForms();
if(queryStr("nochrome")=='1'){
searchFunctions.hidePageChrome();
}
sysFixPNG();
});
//----------------------------------------------------------------------
/*
searchFunctions.addFunction('alert(\'test1\');');
searchFunctions.addFunction('alert(\'test2\');');
searchFunctions.doFunctions();
*/