//script de popup al ferestrei
//se foloseste: href="javascript:popup('fereastra.htm','553','247')"

function popup(url,width,height)
{		window.open(url,null,'width='+width+',height='+height+',toolbar=no,menubar=no,location=no,scrollbars=yes')
}
