function onLoad()
{	
	loadpng('all');
}

function loadpng(id)
{
	if (typeof supersleight == 'object') {

		if(id!='all') supersleight.limitTo(id);
		supersleight.run();		
	}
}
				

