
<!--
function displayWindow_link(url, width, height, left, top) {
var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',resizable=1,scrollbars=yes,menubar=yes,status=yes' );
}
//-->