window.addEvent('domready', function(){  Resize_SWF(window.getHeight());});function Resize_SWF(h){	var sh = window.getScrollHeight();	  if (h<sh) h = sh-20;    $('noflash').setStyle('height', h+'px');  if(navigator.appName.substring(0,3) == "Net")  {  	$('yo').setStyle('height', h+'px');  }  $('advisa_stripe').setStyle('height', h+'px');}function Reload_Background(layoutName){   document.getElementById('body').className = "body_"+layoutName;}function GO_Top () {  scrollTo(0,0); };