// JavaScript Document
function openwin1(url) {
 w = window.open(url,'fwin','width=640,height=520,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes');
}

