function browserWidth()
{
	

//alert("Browser Offset Width: "+document.body.offsetWidth+"\nBrowser Inner Width: "+window.innerWidth);
	
	var width = document.body.offsetWidth;
	var width2 = window.innerWidth;
	if(width<=1024 || width2<=1024)
	{
		//alert("test");
		document.getElementById('main_center_box').style.width = '53%';
		//document.getElementById('center_banner').innerHTML = '<img src="/skin4/images/center_banner.jpg" alt="" />';
		document.getElementById('center_banner').innerHTML = '<object height="307" width="811"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                  <param value="test.swf" name="movie">
                  <param value="high" name="quality">
                  <embed height="307" width="811" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="test.swf">
                </object>';
		
	}
	else if(width<=1280 || width2<=1280)
	{
		//alert("test1");
		//alert(document.body.offsetWidth''+window.innerWidth);
		document.getElementById('main_center_box').style.width = '63%';
		document.getElementById('center_banner').innerHTML = '<object height="307" width="811"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                  <param value="test.swf" name="movie">
                  <param value="high" name="quality">
                  <embed height="307" width="811" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="test.swf">
                </object>';
		
	}
	else if(width<=1366 || width2<=1366)
	{
		//alert("test1");
		//alert(document.body.offsetWidth''+window.innerWidth);
		document.getElementById('main_center_box').style.width = '65%';
		document.getElementById('center_banner').innerHTML = '<object height="307" width="811"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                  <param value="test.swf" name="movie">
                  <param value="high" name="quality">
                  <embed height="307" width="811" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="test.swf">
                </object>';
		
	}
	else if(width<=1680 || width2<=1680)
	{
		//alert("test1");
		//alert(document.body.offsetWidth''+window.innerWidth);
		document.getElementById('main_center_box').style.width = '72%';
		document.getElementById('center_banner').innerHTML = '<object height="307" width="811"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                  <param value="test.swf" name="movie">
                  <param value="high" name="quality">
                  <embed height="307" width="811" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="test.swf">
                </object>';
		
	}
}


//browserWidth();
