

function open_apply()
{
	
	win=window.open('/formular.php','applywin','width=400,height=300');
	win.focus();
	
}