function view_foto(adr,w,h){
var new_foto=window.open('view_foto.php?adr='+adr,'','width='+w+',height='+h);
}

function forget(){
var forget=window.open('forget.php','forget','width=500,height=200');
}

function show_ask(arg){
var lay=eval('document.getElementById("id_'+arg+'").style');
	if(lay.display=='none'){lay.display='block';}
	else{if(lay.display=='block'){lay.display='none';}}
}

function open_featches(arg,w,h){
var featches=window.open(arg,'','width='+w+',height='+h+',scrollbars=1,resizable=1');
}
