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