function openw(url) {
	var win=window.open(url, 'golnet', 'resizable=1, scrollbars=1, menubar=0');
}

