function openWind(url,w,h)
{
options='directories=0, location=0, width=' + w + ', height=' + h + ', menubar=0, status=0, top=40, left=200, scrollbars=0';
window.open(url,"NEW",options);
}
