window.addEvent('domready', function() {

	$('contentHome').setStyle("display", "block");
    $('contentAboutDermablend').setStyle("display", "none");
	$('contentApplicationVideos').setStyle("display", "none");
   // $('contentDermablendClinics').setStyle("display", "none");
    // $('contentExperts').setStyle("display", "none");
    $('contentAssociations').setStyle("display", "none");

});
/*
var flashvars_vid1 = { };
  flashvars_vid1.videoUrl = "video/dermablend_video1.flv";

var flashvars_vid2 = {};
  flashvars_vid2.videoUrl = "video/dermablend_video2.flv";


var flashvars_vid3 = {};
  flashvars_vid3.videoUrl = "video/dermablend_video3.flv";
 */
function fireswfobject() {
	
/*
swfobject.embedSWF("videoPlayerSmall.swf", "video1", "321", "179", "9.0.0", flashvars_vid1);
swfobject.embedSWF("videoPlayerSmall.swf", "video2", "321", "179", "9.0.0", flashvars_vid2);
swfobject.embedSWF("videoPlayerSmall.swf", "video3", "321", "179", "9.0.0", flashvars_vid3);
*/
};

