<!--
function new_window(url) {
link = window.open(url, '_new', 'toolbar=0, menubar=0, scrollbars=1,status=1, resizable=1, top=1, left=150, fullscreen=0, height=560px,width=800px', '');
}
// -->