<!--
function open_window(url) {
	self.name="main";
	open_win(url);
}

function open_win(url) {
	newWin = window.open(url, "win", 'toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizeable=yes,width=550,height=400');
}
//-->
