function clearlogin()
     {
	
	tmp1='login_vxod';
	if(document.getElementById(tmp1).value=='login')document.getElementById(tmp1).value='';
	tmp2='pasw_vxod';
	if(document.getElementById(tmp2).value=='******')document.getElementById(tmp2).value='';
	
	 }

function clearpasw()
     {
	tmp1='login_vxod';
	if(document.getElementById(tmp1).value=='login')document.getElementById(tmp1).value='';
	tmp2='pasw_vxod';
	if(document.getElementById(tmp2).value=='******')document.getElementById(tmp2).value='';
	
	 }
window.name='winnamegalery';


function wind_fin2(idd,idd_reg){
k=idd;
k1=idd_reg;
ppp=window.open("bigphoto.php?regId="+k1+"&galeryId="+k,"444444", "height=600,width=720,scrollbars=yes,location=yes,resizable=yes");
eval(ppp);

}