// JavaScript Document<script type="text/javascript">
 parent.document.write( "<script type='text/javascript' src='js/reflection.js'></script>");

 function checkSC() {
	// alert("resize");
if (document.body.clientWidth<=1230 && document.body.clientWidth>980 ) {//if screen is 8 bit or less
 //parent.document.div.style.zoom="80%"; //simple lime background for 8 bit screens
  mywidth=110+((document.body.clientWidth-980)/2);


   	if (navigator.userAgent.indexOf("Firefox") != -1){
		  mywidth=((document.body.clientWidth-980)/2);
   		parent.document.write(  "<style type='text/css'>body {zoom: 80%;margin-left:"+ mywidth +"px; width:980px; height:800px; overflow:auto; -moz-transform: scale(.8); position:absolute; margin-top:-80px; } </style>");
	}else{
   		  parent.document.write( "<style type='text/css'>body {zoom: 80%; margin-left:"+ mywidth +"px; width:980px; height:800px; overflow:auto;} </style>");
		}

}
else if (document.body.clientWidth<=980) {
	 mywidth=130+((document.body.clientWidth-844)/2);
	if (navigator.userAgent.indexOf("Firefox") != -1){
		 mywidth=0+((document.body.clientWidth-844)/2);
			
   		parent.document.write( "<style type='text/css'>body { margin-left:"+mywidth+"px; width:560px; height:0px; overflow:auto; -moz-transform: scale(.7); position:absolute; margin-top:0px; } </style>");
	}else{
   		  parent.document.write( "<style type='text/css'>body {zoom: 70%; margin-left:"+ mywidth +"px; width:560px; height:0px; overflow:auto;} </style>");
		}

}
	
else
	{
	parent.document.body.style.zoom="100%";
	parent.document.write( "<style type='text/css'>body { -moz-transform: scale(1); {zoom: 100%;} </style>");
   
}
	};
	
	
	
	
	function checkSC2() {
	// alert("resize");

if (screen.width<=1230 && screen.width>980 ) {//if screen is 8 bit or less
 //parent.document.div.style.zoom="80%"; //simple lime background for 8 bit screens
  mywidth=10+((screen.width-980)/2);
  //alert(screen.width);


   	if (navigator.userAgent.indexOf("Firefox") != -1){
		  mywidth=((screen.width-980)/2);
   		parent.document.write(  "<style type='text/css'>body {zoom: 80%;margin-left:"+ mywidth +"px; width:980px; height:800px; overflow:auto; -moz-transform: scale(.8); position:absolute; margin-top:-80px; } </style>");
	}else{
   		  parent.document.write( "<style type='text/css'>body {zoom: 80%; margin-left:"+ mywidth +"px; width:980px; height:800px; overflow:auto;} </style>");
		}

}
else if (screen.width<=980) {
	 mywidth=130+((screen.width-844)/2);
	if (navigator.userAgent.indexOf("Firefox") != -1){
		 mywidth=0+((screen.width-844)/2);
			
   		parent.document.write( "<style type='text/css'>body { margin-left:"+mywidth+"px; width:560px; height:0px; overflow:auto; -moz-transform: scale(.7); position:absolute; margin-top:0px; } </style>");
	}else{
   		  parent.document.write( "<style type='text/css'>body {zoom: 70%; margin-left:"+ mywidth +"px; width:560px; height:0px; overflow:auto;} </style>");
		}

}
	
else
	{
	parent.document.body.style.zoom="100%";
	parent.document.write( "<style type='text/css'>body { -moz-transform: scale(1); {zoom: 100%;} </style>");
   
}
	};

checkSC2();

	
