/* Customer Javascript */
swfobject.addLoadEvent(function(){

var flashvars = { };

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

swfobject.embedSWF("/flash/what_btn.swf", "yellowBrick", "440", "80", "8.0.0", "", flashvars, params);
swfobject.embedSWF("/audio3.swf", "audioInterviews", "550", "288", "8.0.0", "", flashvars, params2);
swfobject.embedSWF("/community_video.swf", "com_video", "278", "200", "8.0.0", "", flashvars, params);
swfobject.embedSWF("/videos/intro_vid.swf", "tourVid", "578", "469", "8.0.0", "", flashvars, params);
swfobject.embedSWF("/flash/xml_video_player.swf", "xml_vids", "540", "300", "8.0.0", "", flashvars, params);
swfobject.embedSWF("/flash/new_gallery.swf", "oz_flash", "550", "850", "8.0.0", "", flashvars, params);

swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Bunions.swf", "bunions", "300", "300", "8.0.0", "", flashvars, params);

swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Hammer-Toes.swf", "hammertoes", "300", "300", "8.0.0", "", flashvars, params);

swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Heel-Pain.swf", "heelpain", "300", "300", "8.0.0", "", flashvars, params);

swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Plantar-Fasciitis.swf", "plantarfasciitis", "300", "300", "8.0.0", "", flashvars, params);


swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Ingrown-Toenails.swf", "ingrowntoenails", "300", "300", "8.0.0", "", flashvars, params);


swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Adult-Footwear.swf", "orthotics", "300", "300", "8.0.0", "", flashvars, params);


swfobject.embedSWF("http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Fungal-Problems.swf", "fungal", "300", "300", "8.0.0", "", flashvars, params);








});


Ext.onReady(function(){

	if(document.body.id == 'page-index' || document.body.id == 'page-education'){
		SiteBuilder.widget.OnClickWindow({
		  id: 'links-1',
		  name: 'test',
		  height: 400,
		  width: 400,
		  url :'http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Pod-Ingrown-Toenails.html '
		});
		SiteBuilder.widget.OnClickWindow({
		  id: 'links-2',
		  name: 'test',
		  height: 400,
		  width: 400,
		  url : 'http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Pod-Bunions.html '
		});
		SiteBuilder.widget.OnClickWindow({
		  id: 'links-3',
		  name: 'test',
		height: 400,
		  width: 400,
		  url : 'http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Pod-Hammer-Toes.html'
		});
		SiteBuilder.widget.OnClickWindow({
		  id: 'links-4',
		  name: 'test',
		  height: 400,
		  width: 400,
		  url : 'http://www.vmcwebsubscriptiondemo.com/podiatry/officite/cohen/Pod/Pod-Plantar-Fasciitis.html'
		});
		
	}

});


Ext.onReady(function() {

	Ext.fly('zocDoc').load({url: '/zoc-doc.php'});

});
