// JavaScript Document
<!--
function deschide2 (url, w, h) {
open(url, "",
'menubar=no,directories=no,location=no,resizable=no,scrollbars=yes,width=' + w + ',height=' + h);
}
//-->
