/* Customer Javascript */


swfobject.addLoadEvent(function(){

var flashvars = { };

var params = { quality: "high", wmode: "transparent" };

swfobject.embedSWF("/flash/commerical.swf", "commerical", "409", "310", "8.0.0", "", flashvars, params);
});


Ext.onReady(function(){
Ext.get('popup').on('click', function(){
new SiteBuilder.widget.ContentWindow({
id: 'mypopup',
height: 300,
width: 300,
contentEl: 'sbTermsPopup',
title: 'Terms of Use'
});
});
});
