<!-- Begin IBMS LOGO CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

//var color= "666666"
var color		= "330033"	// HEADER BACKGROUND COLOR (EDIT IN THE css FILE)
var flashheight		= "150"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)
var flashwidtha		= "323"

//location.reload(true)

//function ref() {
// var var1 = 32, var2 = 10;
// location.href = location.href+'?var1='+var1+'&var2='+var2;
//}

//alert("width = " + document.winSize["that"].value);
if ( document.winSize["that"].value < 1501 ) {
//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor" background="pikkies/SkyBgLogo150.jpg" class="pictbackground">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor" bgcolor=#330033" class="pictbackground">');
//alert("YES");
} else {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor" bgcolor=#330033" class="pictbackground">');
//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor" background="pikkies/SkyBgLogo150Wide.jpg" class="pictbackground">');
//alert("YYY");
}

//document.write('<tr><td align="left" class="headercolor" background="pikkies/burgundy/background-scroller.jpg" class="pictbackground">');
document.write('<tr><td align="left" class="headercolor" bgcolor=#330033" class="pictbackground">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="ibmswebsitesSLOW">');
document.write('<PARAM NAME="movie" VALUE="ibmswebsitesSLOW.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('<EMBED src="ibmswebsitesSLOW.swf" quality="high" wmode="transparent" bgcolor="#'+color+'" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');

//document.write('</td></tr></table>');
//document.write('</td><td align="left" class="headercolor" background="pikkies/burgundy/background-scroller.jpg" class="pictbackground">');
document.write('</td><td align="left" class="headercolor" bgcolor=#330033" class="pictbackground">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidtha+'" HEIGHT="'+flashheight+'" id="ibmsglowgold">');
document.write('<PARAM NAME="movie" VALUE="ibmsglowgold.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('<EMBED src="ibmsglowgold.swf" quality="high" wmode="transparent" bgcolor="#'+color+'" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');

//  End -->
