\n');
}
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function photo_act1_left_DoFSCommand(command, args) {
var photo_act1_leftObj = InternetExplorer ? photo_act1_left : document.photo_act1_left;
//
if (command=="stove")
document.all.stove.style.fontWeight= 'bold'
if (command=="coat")
document.all.coat.style.fontWeight= 'bold'
if (command=="foodware")
document.all.food.style.fontWeight= 'bold'
if (command=="laundry")
document.all.laundry.style.fontWeight= 'bold'
if (command=="holy_ark")
document.all.holy.style.fontWeight= 'bold'
//
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
//-->