function loadedpage() {		
  if(document.getElementById('main_frame').clientWidth==500) document.getElementById('run').innerHTML='<object id="flashmast" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="830" height="13"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="client/flash/line.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed id="flashembed" src="client/flash/line.swf" quality="high" bgcolor="#ffffff" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="830" height="13" wmode="transparent"></embed></object>';
  else if(document.getElementById('main_frame').clientWidth==739) {
   document.getElementById('run').innerHTML='<object id="flashmast" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="905" height="13"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="client/flash/linew.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed id="flashembed" src="client/flash/linew.swf" quality="high" bgcolor="#ffffff" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="905" height="13" wmode="transparent"></embed></object>';  
   document.getElementById('run').style.width='980px';
   document.getElementById('run').style.marginRight='0';
   document.getElementById('run').style.marginLeft='0';
   document.getElementById('run').style.textAlign='right';
   }
}
function stretch() {
  //alert(document.getElementById('content_frame').clientHeight + " - "  + document.getElementById('left_block').clientHeight);
  if(document.getElementById('content_frame').clientHeight<document.getElementById('left_block').clientHeight)
	document.getElementById('content_frame').style.height = (document.getElementById('left_block').clientHeight-45) +'px';
}