<!--
//
function payhelp()
{
	wind = window.open('payhelp.php','','width=320,height=470,left=0,top=0,direction=no,resizable=yes,menubar=no,status=no,scrollbars=yes,toolbar=no');
	wind.focus();
}
//
function add_resume_submit(met)
{
	var f = document.form1;
	var cont_test = "no";
	var error = "";
	var duty_station_reg = /^([a-zA-Z]|-|\/|,|\.|`|\s){3,80}$/;
	var language_reg = /^([a-zA-Z0-9]|-|\/|,|\.|`|\s){3,80}$/;
	var address_reg = /^([a-zA-Z0-9]|#|\(|\)|-|\+|\/|,|\.|`|;|:|\s){3,60}$/;
	var telephone_reg = /^([0-9]|\(|\)|-|\+|\/|,|\.|;|:|\s){5,40}$/;
	var contact_person_reg = /^([a-zA-Z]|\s){5,60}$/;
	var email_reg = /([a-z0-9]){1,30}([0-9]|\.|-|_)?([a-z0-9]){1,30}@([a-z0-9]{1,25}(-|\.))?([a-z0-9]{1,25}(-|\.))?[a-z0-9]{2,25}\.(([a-z]){2,4}|([a-z]){2,3}(\.([a-z]){2})?)$/;
	var confirm_email_reg = /([a-z0-9]){1,30}([0-9]|\.|-|_)?([a-z0-9]){1,30}@([a-z0-9]{1,25}(-|\.))?([a-z0-9]{1,25}(-|\.))?[a-z0-9]{2,25}\.(([a-z]){2,4}|([a-z]){2,3}(\.([a-z]){2})?)$/;
	var salary_reg = /^([1-9]){1}([0-9]){1,3}\s(lari|dolari|evro|rubli)$/;
	
	//
	var t_option = f.t1.options[f.t1.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  1. specialoba \n";
	}
	//
	var t_option = f.t2.options[f.t2.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  2. ganatleba \n";
	}
	//
	var t_option = f.t3.options[f.t3.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  3. samushao gamocdileba \n";
	}
	//
	if(f.t4.value != "")
	{
		if(!salary_reg.test(f.t4.value))
		{
			error = error + "  4. minimaluri helfasi \n";
		}
	}
	//
	if(!contact_person_reg.test(f.t5.value))
	{
		error = error + "  5. saheli da gvari \n";
	}
	//
	var t_option = f.t7.options[f.t7.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  7. reziume gantavsdeba (dro) \n";
	}	
	//
	if(f.t8.value != "" || f.t8b.value != "")
	{
		if(!email_reg.test(f.t8.value))
		{
			error = error + "8. el. fosta \n";
		}
		else
		{
			cont_test = "yes";
		}
		if(!confirm_email_reg.test(f.t8b.value))
		{
			error = error + "8. gaimeore el. fostis misamarti \n";
		}
		if(f.t8.value != f.t8b.value)
		{
			error = error + "8. orive el. fostis misamarti unda ikos ertnairi \n";
		}
	}
	//
	if(f.t9.value != "" || f.t9.value != "")
	{
		if(!telephone_reg.test(f.t9.value))
		{
			error = error + "  9. telefoni an mobiluri \n";
		}
		else
		{
			cont_test = "yes";
		}
	}
	//
	if(cont_test == "no")
	{
		error = error + "\ntkven unda sheavsot veb formashi \n8. el. fosta an \n9. telefoni \n\n";
	}
	//
	if(f.t10.value != "")
	{
		if(!address_reg.test(f.t10.value))
		{
			error = error + "  10. misamarti \n";
		}
	}
	//
	var t_option = f.t11.options[f.t11.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  11. dabadebis celi \n";
	}
	//
	var t_option = f.t12.options[f.t12.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  12. skesi \n";
	}
	//
	var t_option = f.t13.options[f.t13.selectedIndex].value;
	if(t_option == "00")
	{
		error = error + "  13. ojahari mdgomareoba \n";
	}
	//
	if(!duty_station_reg.test(f.t14.value))
	{
		error = error + "  14. sachovrebeli adgili \n";
	}
	//
	if(f.t21.value != "")
	{
		if(!language_reg.test(f.t21.value))
		{
			error = error + "  21. enebis codna \n";
		}
	}
	//
	// replace
	var val = f.t15.value;
	var val_len = val.length;
	for(i=0;i<val_len;i++)
	{
		val = val.replace('\'','’');
		val = val.replace('**','-');
	}
	f.t15.value = val;
	//
	// replace
	var val = f.t16.value;
	var val_len = val.length;
	for(i=0;i<val_len;i++)
	{
		val = val.replace('\'','’');
		val = val.replace('**','-');
	}
	f.t16.value = val;
	//
	// replace
	var val = f.t17.value;
	var val_len = val.length;
	for(i=0;i<val_len;i++)
	{
		val = val.replace('\'','’');
		val = val.replace('**','-');
	}
	f.t17.value = val;
	//
	// replace
	var val = f.t18.value;
	var val_len = val.length;
	for(i=0;i<val_len;i++)
	{
		val = val.replace('\'','’');
		val = val.replace('**','-');
	}
	f.t18.value = val;
	//
	// replace
	var val = f.t19.value;
	var val_len = val.length;
	for(i=0;i<val_len;i++)
	{
		val = val.replace('\'','’');
		val = val.replace('**','-');
	}
	f.t19.value = val;
	//
	// replace
	var val = f.t20.value;
	var val_len = val.length;
	for(i=0;i<val_len;i++)
	{
		val = val.replace('\'','’');
		val = val.replace('**','-');
	}
	f.t20.value = val;
	//
	//
	//
	if(f.t4.value.indexOf("450 dolari")!=-1)
	{
		error = error + "  4. minimaluri helfasi - cashalet nimusi: "+f.t4.value+" \n";
	}
	//
	if(f.t5.value.indexOf("irakli kapanaZe")!=-1)
	{
		error = error + "  5. saheli da gvari - cashalet nimusi: "+f.t5.value+" \n";
	}
	//
	if(f.t8.value.indexOf("employers_email@example.com")!=-1)
	{
		error = error + "8. el. fosta - cashalet nimusi: "+f.t8.value+" \n";
	}
	//
	if(f.t9.value.indexOf("998877")!=-1)
	{
		error = error + "  9. telefoni - cashalet nimusi: "+f.t9.value+" \n";
	}
	//
	if(f.t10.value.indexOf("gudiaSvilis quCa 25")!=-1)
	{
		error = error + "  10. misamarti - cashalet nimusi: "+f.t10.value+" \n";
	}
	///////////////////////////////////////////////
	//
	if(f.t15.value.length < 50 || f.t15.value.length > 6000 || f.t15.value.indexOf("'") != -1 || f.t15.value.indexOf("<") != -1)
	{
		error = error + "  15.  scavla - ganatleba - min. 50 simbolo, max. 6000 symbolo, cashalet es simbolo ' < >\n";
	}
	//
	if(f.t16.value.length > 6000 || f.t16.value.indexOf("'") != -1 || f.t16.value.indexOf("<") != -1)
	{
		error = error + "  16.  samushao gamocdileba - maximum 6000 symbolo, cashalet es simbolo ' < >\n";
	}
	//
	if(f.t17.value.length > 6000 || f.t17.value.indexOf("'") != -1 || f.t17.value.indexOf("<") != -1)
	{
		error = error + "  17.  tkveni proektebi - maximum 6000 symbolo, cashalet es simbolo ' < >\n";
	}
	//
	if(f.t18.value.length > 6000 || f.t18.value.indexOf("'") != -1 || f.t18.value.indexOf("<") != -1)
	{
		error = error + "  18.  codna - maximum 6000 symbolo, cashalet es simbolo ' < >\n";
	}
	//
	if(f.t19.value.length > 6000 || f.t19.value.indexOf("'") != -1 || f.t19.value.indexOf("<") != -1)
	{
		error = error + "  19.  kompiuteruli programebis codna - maximum 6000 symbolo, cashalet es simbolo ' < >\n";
	}
	//
	if(f.t20.value.length > 6000 || f.t20.value.indexOf("'") != -1 || f.t20.value.indexOf("<") != -1)
	{
		error = error + "  20.  diplomebi da sertifikatebi - maximum 6000 symbolo, cashalet es simbolo ' < >\n";
	}
	//
	///////////////////////////////////////////////////////////////////////////////////
	//
	if(met == "preview" && error == "")
	{
		f.preview.value = "yes";
		//
		var t4 = f.t4.value;
		var t5 = f.t5.value;
		var t6 = f.t6.value;
		var t8 = f.t8.value;
		var t9 = f.t9.value;
		var t10 = f.t10.value;
		var t14 = f.t14.value;
		var t15 = f.t15.value;
		var t16 = f.t16.value;
		var t17 = f.t17.value;
		var t18 = f.t18.value;
		var t19 = f.t19.value;
		var t20 = f.t20.value;
		var t21 = f.t21.value;
		var t1 = f.t1.options[f.t1.selectedIndex].value;
		var t2 = f.t2.options[f.t2.selectedIndex].value;
		var t3 = f.t3.options[f.t3.selectedIndex].value;
		var t7 = f.t7.options[f.t7.selectedIndex].value;
		var t11 = f.t11.options[f.t11.selectedIndex].value;
		var t12 = f.t12.options[f.t12.selectedIndex].value;
		var t13 = f.t13.options[f.t13.selectedIndex].value;
		//
		len = t15.length;
		for(i=0;i<len;i++)
		{
			t15 = t15.replace('\n','<br>');
		}
		//
		len = t16.length;
		for(i=0;i<len;i++)
		{
			t16 = t16.replace('\n','<br>');
		}
		//
		len = t17.length;
		for(i=0;i<len;i++)
		{
			t17 = t17.replace('\n','<br>');
		}
		//
		len = t18.length;
		for(i=0;i<len;i++)
		{
			t18 = t18.replace('\n','<br>');
		}
		//
		len = t19.length;
		for(i=0;i<len;i++)
		{
			t19 = t19.replace('\n','<br>');
		}
		//
		len = t20.length;
		for(i=0;i<len;i++)
		{
			t20 = t20.replace('\n','<br>');
		}
		//
		wind = window.open('','','width=785,height=600,left=0,top=0,direction=no,resizable=no,menubar=no,status=no,scrollbars=yes,toolbar=no');

///////////////////////////////////////////////////////
wind.document.write('<html>'+"\n");

wind.document.write('<head>'+"\n");
wind.document.write('<meta http-equiv="Content-Language" content="en-us">'+"\n");
wind.document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">'+"\n");
wind.document.write('<title>Preview</title>'+"\n");
wind.document.write('<link href="js_css/style.css" rel="stylesheet">'+"\n");

wind.document.write('<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">'+"\n");
wind.document.write('<div align="center">'+"\n");

wind.document.write('<table border="0" width="759" cellspacing="0" cellpadding="0" id="table1" class="td_t6">'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="center">&nbsp;</td>'+"\n");
		wind.document.write('<td width="355" colspan="3" align="center">'+"\n");

		wind.document.write('<img border="0" src="jobs/popup/logo.gif" width="200" height="88"></td>'+"\n");

		wind.document.write('<td align="center" width="354" colspan="3">'+"\n");
		wind.document.write('<font style="font-size: 20pt">reziume</font></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" align="center">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">specialoba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t1+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">ganaTleba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t2+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">gamocdileba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t3+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	if(t4 != "")
	{
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">minimaluri xelfasi:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t4+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">saxeli da gvari:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t5+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">damatebis TariRi:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t6+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">ganTavsebili iqneba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t7+' dRe'+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	if(t8 != "")
	{
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">eleqtronuli fosta:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4"><a href="mailto'+t8+'?subject=www.gjobs.ge" class="eng_d">'+t8+'</a>'+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t9 != "")
	{
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">telefoni an mobiluri:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t9+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t10 != "")
	{
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">misamarTi:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t10+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">dabadebis weli:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t11+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">sqesi:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t12+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">ojaxuri mdgomareoba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t13+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">sacxovrebeli adgili:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t14+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
		txt = "";
		len = t15.length;
		txt = t15;
		for(i=0;i<len;i++)
		{
			txt = txt.replace('\n','<br>');
			txt = txt.replace('[','<font face="Tahoma,Verdana,Arial">');
			txt = txt.replace(']','</font>');
		}
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">swavla-ganaTleba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+txt+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	if(t16 != "")
	{
		txt = "";
		len = t16.length;
		txt = t16;
		for(i=0;i<len;i++)
		{
			txt = txt.replace('\n','<br>');
			txt = txt.replace('[','<font face="Tahoma,Verdana,Arial">');
			txt = txt.replace(']','</font>');
		}
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">samuSao gamocdileba:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+txt+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t17 != "")
	{
		txt = "";
		len = t17.length;
		txt = t17;
		for(i=0;i<len;i++)
		{
			txt = txt.replace('\n','<br>');
			txt = txt.replace('[','<font face="Tahoma,Verdana,Arial">');
			txt = txt.replace(']','</font>');
		}
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">Tqveni proeqtebi:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+txt+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t18 != "")
	{
		txt = "";
		len = t18.length;
		txt = t18;
		for(i=0;i<len;i++)
		{
			txt = txt.replace('\n','<br>');
			txt = txt.replace('[','<font face="Tahoma,Verdana,Arial">');
			txt = txt.replace(']','</font>');
		}
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">codna:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+txt+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t19 != "")
	{
		txt = "";
		len = t19.length;
		txt = t19;
		for(i=0;i<len;i++)
		{
			txt = txt.replace('\n','<br>');
			txt = txt.replace('[','<font face="Tahoma,Verdana,Arial">');
			txt = txt.replace(']','</font>');
		}
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">kompiuteruli programebis codna:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4" class="eng_text">'+txt+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t20 != "")
	{
		txt = "";
		len = t20.length;
		txt = t20;
		for(i=0;i<len;i++)
		{
			txt = txt.replace('\n','<br>');
			txt = txt.replace('[','<font face="Tahoma,Verdana,Arial">');
			txt = txt.replace(']','</font>');
		}
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">diplomebi da sertifikatebi:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+txt+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	//
	if(t21 != "")
	{
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">enebis codna:</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="544" valign="top" colspan="4">'+t21+"\n");  
		wind.document.write('</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	}
	// space
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif" align="right" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="190" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" height="7" class="td_t6b">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="15" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="189" valign="top" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif" height="7">'+"\n");
		wind.document.write('<img border="0" src="jobs/site/7px.jpg" width="2" height="7"></td>'+"\n");
	wind.document.write('</tr>'+"\n");
	//
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">&nbsp;</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="190" valign="top">'+"\n");
		wind.document.write('<a class="eng_eng_d" href="javascript:print();">amobeWde es gverdi</a></td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top">&nbsp;</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="189" valign="top">'+"\n");
		wind.document.write('<a class="eng_d" target="_blank" href="http://www.gjobs.ge">'+"\n");
		wind.document.write('www.gjobs.ge</a> </td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");
	wind.document.write('<tr>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_left.gif">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top" class="td_t6b">&nbsp;</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="190" valign="top">&nbsp;</td>'+"\n");
		wind.document.write('<td align="right" width="150" valign="top">&nbsp;</td>'+"\n");
		wind.document.write('<td width="15">&nbsp;</td>'+"\n");
		wind.document.write('<td width="189" valign="top">&nbsp;</td>'+"\n");
		wind.document.write('<td width="25" background="jobs/popup/bg_right.gif">&nbsp;</td>'+"\n");
	wind.document.write('</tr>'+"\n");

wind.document.write('</table>'+"\n");

wind.document.write('</div>'+"\n");

wind.document.write('</body>'+"\n");

wind.document.write('</html>'+"\n");
///////////////////////////////////////////////////////

	}
	//
	if(error)
	{
		alert("tu tkven gchirdebat dahmareba nahet info da nimushi   \n\n    - shecdoma aris shemdegshi -\n\n"+error);
	}
	else
	{
		if(met == "submit" && f.preview.value == "yes")
		{
			xx = confirm("reziumes gantavseba veb gverdze fasiania [www.gjobs.ge/payhelp.php], tkven gaecanit chvens pirobebs da gsurt reziumes gantavseba ?","");
			if(xx)
			{
				f.submit();
			}
		}
		else
		{
			if(met != "preview" && error == "")
			{
				alert("velebi ar sheavsot kartuli unikodit, nu gamoikenebt UTF8 kodirebas. tkven unda nahot tkveni reziume, rogor gamoikureba vizualurad.\ndaachiret gilakvs 1. reziumes cinascari datvaliereba da mere shegidzliat daamatod 2. reziumes damateba");
			}
		}
	}
}
// end resume
// 
function add_resume_example(elem_name, elem_text)
{
	f = document.form1;
	if(f.elements[elem_name].value!="")
	{
		con = confirm('gindat nahot nimushi ? (dzveli texti caishleba)','');
		if(con)
		{
			f.elements[elem_name].value = elem_text;
			if(elem_name == "t8")
			{
				f.elements['t8b'].value = elem_text;
			}
		}
	}
	else
	{
		f.elements[elem_name].value = elem_text;
		if(elem_name == "t8")
		{
			f.elements['t8b'].value = elem_text;
		}
	}
}
// 
function add_resume_info(cur_id)
{
	alert(cur_id);
}

// -->
