function flash_DoFSCommand(command, args) {
	var bgImage = new Array(); 
	bgImage = Array("i/logo.gif", "22.jpg", "33.jpg", "sda.gif", "sda.gif");

	switch (command) {
		case 'change_bg':
			document.body.className='body'+args;
			break;
		case 'foto':
			window.open('i.html?../img/'+args+'','_blank','width=100,height=100'); void(0);
			break;
	}	
};
if (navigator.appName && navigator.appName.indexOf("Microsoft")!=-1 && navigator.userAgent.indexOf("Windows")!=-1) {
	document.writeln('<script language=VBScript\>');
	document.writeln('on error resume next');
	document.writeln('sub flash_FSCommand(ByVal command, ByVal args)');
	document.writeln('call flash_DoFSCommand(command, args)');
	document.writeln('end sub');
	document.write('</script\> \n');
};