if (showFlash) {
// flash content
document.write('<embed width="450" height="300" src="resources/intro.swf" bgcolor="#ffffff" scale="exactfit" loop="false" menu="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer/"></embed>');
} else {
// static content
document.write('<img src="images/common/intro.jpg" width="450" height="300" border="0" usemap="#intro">');
}