var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','height=680,width=720,scrollbars=yes');

	if (window.focus) {newwindow.focus()}
}
function event(url)
{
	newwindow=window.open(url,'name','height=497,width=569,scrollbars=yes');

	if (window.focus) {newwindow.focus()}
}