<!--

function popupWindow(url,name,w,h) {

 var features = "'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width="+ w +",height="+ h +"'";

 var newWin = window.open(url,name,features);

}

--> 
