
var url;


function Winopt(url, name, width, height, toolbar, resizable, location, MenuBar) {
newWin=window.open(url, name, 'width=600,height=600,scrollbars=yes,resizable=yes,toolbar=yes,MenuBar=yes,location=yes')
newWin.focus();
}






