//Loader
var hidenav, sec;
window.onload = function() 
{
	if (!hidenav) {
		Fo(230, 300, 9,'/swf/nav.swf','lt_flash', sec, '');
	}
	
	if (sec == 'converge')
	{
		Fo(720, 228, 9,'/swf/photobanner.swf','flashbanner', sec,'/xml/converge.xml');
	} else {
		Fo(720, 228, 9,'/swf/photobanner.swf','flashbanner', sec,'/xml/photos.xml');
	}
	
}
