function companyinfo(urls){
	var newopen;
	newopen = window.open(urls,'conpanyinfo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=620,height=420');
	newopen.focus();
}