\n');
}
function go(country)
{
if (country == "india") {
window.location = "../htm/indianOperation.htm" ;
}else if (country == "luxembourg"){
window.location = "headoffice.htm" ;
}else if (country == "ukraine"){
window.location = "EastOperation.htm" ;
}else if (country == "china"){
window.location = "chineseOperation.htm" ;
}
}
function animationworld3_DoFSCommand(command, args) {
//alert ("do FS");
if (command == "go") {
go(args);
}
}
//-->