function PopUp(aaa,zz,xx,scrb){ 
var wsss = eval (screen.width/2 - zz/2);
var hsss = eval(screen.height/2 - xx/2); 
helpWin = window.open(aaa,"imageWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrb+",resizable=0,width="+ zz +",height="+ xx +",left="+ wsss +",top="+ hsss +""); 
}
function getClient()
{
window.moveTo(0, 0)
window.resizeTo(screen.availWidth, screen.availHeight);
}
function paste_strinL_a(uc,n,v,f,w,h,a,t){
if (v==1){	
var strinL='<a class=\"gPic\" title=\"'+t+'\" rel=\"galI\" target=\"_blank\" href=\"/j/'+uc+'/'+n+'.jpg\"><div class=\"rcPic\" style=\"float:'+f+'\"><div class=\"rPic\"><div class=\"gItem" style=\"background:url(http://www.budzdorov.kz/j/'+uc+'/'+n+'_sm.jpg) no-repeat center; width:150px;height:100px;\" ></div><div class=\"picTitl\">'+t+'</div></div></div></a>';}
if (v==0){var w0='';h0='';over0='';out0='';
var over="onmouseover=\"this.style.cursor='pointer'\"";
var out="onmouseout=\"this.style.cursor=''\"";
var cl="onclick=\"document.location='"+a+"'\"";
var linc="";w0="";h0="";
if (a!=""){var linc=over+out+cl}
	if (w!="") {var w0='width="'+w+'"';}
	if (h!="") {var h0='height="'+h+'"';}
	var strinL='<img src="/j/'+uc+'/'+n+'\"'+linc+w0+h0+'>';}
var isForm=document.getElementById('form1');
if (isForm) {
var input=document.getElementById('text');
var input=document.forms["form1"].elements["text"];
insertAtCursor(input, strinL,'','','');
}
else alert(l_accessDenied);
}

