// JavaScript Document
function open_win(url) {window.open(url, 'c', 'height=310,width=600,resizable=yes,scrollbars,left = 250, top = 50');}
