function smallwin(i) {
	myurl = 'vacantion.php?id='+i;
	window.open(myurl, 'Small', 'width=600, height=400');
	}
