matchWidth=function(){	if (parseInt(navigator.appVersion)>3) {	 if (navigator.appName=="Netscape") {	  winW = window.innerWidth;	  winH = window.innerHeight;	 }	 if (navigator.appName.indexOf("Microsoft")!=-1) {	  winW = document.body.offsetWidth;	  winH = document.body.offsetHeight;	 }	 else{	  winW = document.body.offsetWidth;	  winH = document.body.offsetHeight;		 	 }	}		LayoutBody=document.getElementById('layoutBody');		maxLayoutWidth=1000;	if(winW>maxLayoutWidth){				layoutWidth=maxLayoutWidth-0;		LayoutBodyLeft=parseInt((winW-maxLayoutWidth)/2);		LayoutBody.style.width=layoutWidth+'px';		LayoutBody.style.left=LayoutBodyLeft+'px';	}	else{		LayoutBody.style.width='100%';		LayoutBody.style.left='0px';		LayoutBody.style.top='0px';//		alert(navigator.userAgent);	}}window.onresize= function(){	matchWidth();//	location.href=location.href;//	alert('matchheight');}document.write('');document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');document.getElementById('layoutBody');		maxLayoutWidth=1000;	if(winW>maxLayoutWidth){				layoutWidth=maxLayoutWidth-0;		LayoutBodyLeft=parseInt((winW-maxLayoutWidth)/2);		LayoutBody.style.width=layoutWidth+'px';		LayoutBody.style.left=LayoutBodyLeft+'px';	}	else{		LayoutBody.style.width='100%';		LayoutBody.style.left='0px';		LayoutBody.style.top='0px';//		alert(navigator.userAgent);	}}window.onresize= function(){	matchWidth();//	location.href=location.href;//	alert('matchheight');}document.write('');document.write('');
document.write('');
document.write('');
document.write('');
document.write('');

document.write('');
document.write('');