\n');
}
function adjustSWF() {
if (document.body.clientWidth <= 800) {
document.getElementById("introRC").style.width= '800px';
} else {
document.getElementById("introRC").style.width= '100%';
}
if (document.body.clientHeight <= 600) {
document.getElementById("introRC").style.height = '600px';
} else {
document.getElementById("introRC").style.height = '100%';
}
}
//-->