function reset_window(){

if(document.body.clientWidth>1400){
document.getElementById("main").style.width=1400;
document.getElementById("ft_main").style.width=1400;
add_border();

}
else {
document.getElementById("main").style.width="100%";
document.getElementById("ft_main").style.width="100%";
}
}


function add_border(){
	
	document.getElementById("main").style.borderBottomColor="#e7dbc9";
	document.getElementById("main").style.borderLeftColor="#e7dbc9";
	document.getElementById("main").style.borderRightColor="#e7dbc9";
	
	document.getElementById("main").style.borderBottomStyle="solid";
	document.getElementById("main").style.borderLeftStyle="solid";
	document.getElementById("main").style.borderRightStyle="solid";
	
	document.getElementById("main").style.borderBottomWidth="1px";
	document.getElementById("main").style.borderLeftWidth="1px";
	document.getElementById("main").style.borderRightWidth="1px";
	
	
}

function dell_border(){
	
	document.getElementById("main").style.borderBottomColor="#e7dbc9";
	document.getElementById("main").style.borderLeftColor="#e7dbc9";
	document.getElementById("main").style.borderRightColor="#e7dbc9";
	
	document.getElementById("main").style.borderBottomStyle="solid";
	document.getElementById("main").style.borderLeftStyle="solid";
	document.getElementById("main").style.borderRightStyle="solid";
	
	document.getElementById("main").style.borderBottomWidth="0px";
	document.getElementById("main").style.borderLeftWidth="0px";
	document.getElementById("main").style.borderRightWidth="0px";
	
}


function reg_table(){
window.open('reg_table.asp','', 'width='+600+',height='+625+',top='+(screen.height/2-364)+',left='+(screen.width/2-510)+',resizable=no, scrollbars=yes');
}

function openNews(url){
	
window.open(url,'', 'width='+800+',height='+625+',top='+(screen.height/2-364)+',left='+(screen.width/2-510)+',resizable=no, scrollbars=yes');

}


function openzwinfo(url)
{
	window.open(url,'', 'width='+800+',height='+625+',top='+(screen.height/2-364)+',left='+(screen.width/2-510)+',resizable=no, scrollbars=yes');
	
	}
