function open_access(){
	var froatWin=window.open("access.htm","newWindow","menubar=no,location=no,directories=no,status=yes,toolbar=no,scrollbars=yes,resizable=no,width=500,height=500");
}
function open_access00(){
	var froatWin=window.open("company/access.htm","newWindow","menubar=no,location=no,directories=no,status=yes,toolbar=no,scrollbars=yes,resizable=no,width=500,height=500");
}
function open_access01(){
	var froatWin=window.open("../company/access.htm","newWindow","menubar=no,location=no,directories=no,status=yes,toolbar=no,scrollbars=yes,resizable=no,width=500,height=500");
}
function open_access02(){
	var froatWin=window.open("../../company/access.htm","newWindow","menubar=no,location=no,directories=no,status=yes,toolbar=no,scrollbars=yes,resizable=no,width=500,height=500");
}
function close_access() {
	window.close();
}
function print_access() {
	window.print();
}
function open_ferro(){
	var froatWin=window.open("ferro/index.htm","newWindow","menubar=no,location=no,directories=no,status=yes,toolbar=no,scrollbars=yes,resizable=yes");
}
