
<!-- hide JS code
function popup(url, name, width, height)
{
settings=
"toolbar=yes,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=yes,"+
"resizable=yes,width="+width+",height="+height;

MyNewWindow=window.open(url,name,settings);
}
// end js hide -->
