function leave(company,code,url) {
	$.post("/log.php",{currcode:code,currcompany:company},function(data){},"text");
	window.open(url, "", "width=700px, height=600px, top=100px, left=100px,resizable=1");
}
