function show(path)
{
    if (obj = document.getElementById('alb_pix')) {
        obj.src = path;
    }
}

function ow()	{	
	w1=window.open('','new_window','resizable=yes, menubar=no, status=yes, scrollbars=yes, width=750, height=500');
}