function createDynamicWindow(Path,Width,Height)
{
	var p = Math.ceil(Math.random()*10000);
	var q = Math.ceil(Math.random()*p);
	windowName = p+'X'+(Width*p)+(Height*q);
	WinFeatures = "top="+(screen.height-Height)/2+",left="+(screen.width-Width)/2+",width="+Width+",height="+Height+",Status=no,toolbar=no,menubar=no,location=no,directories=no,scrollbars=no";
	w = window.open("",windowName,WinFeatures);
	w.document.open();
	w.document.write('<head><title>STS LOGISTICS</title><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"></head>');
	w.document.write("<body bgcolor='#FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src='"+Path+"' height='"+Height+"' width='"+Width+"' alt='STS LOGISTICS'></body>"); 
	w.document.close();
}

function createDescriptionWindow(_file,_width,_height)
{
	wTop = (screen.height-_height)/3;
	wLeft = (screen.width-_width)/2;
	WinFeatures = "top="+wTop+",left="+wLeft+",width="+_width+",height="+_height+",maximize=no,minimize=no,Status=no,toolbar=no,menubar=no,location=no,directories=no,scrollbars=yes,resize=no";
	_newDescription = window.open(_file,"frontendDescriptionWindow",WinFeatures);
}

function remainpassword(){
remain_password=window.open('remainpassword.php','remainpassword','width=500,height=300');
}

function view_foto(adr,w,h){
var new_foto=window.open('view_foto.php?adr='+adr,'','width='+w+',height='+h);
}

function view_vacancy(l,c,o,la){
var viewvacancy=window.open('view_vacancy.php?land_id='+l+'&city_id='+c+'&office_id='+o+'&lang='+la,'','width=700,height=700,scrollbars=1');
}

function view_att_serv(l,c,o,la){
var viewattserv=window.open('view_att_serv.php?land_id='+l+'&city_id='+c+'&office_id='+o+'&lang='+la,'','width=600,height=600,scrollbars=1');
}
