var newwindow;
function popup(url)
{
	newwindow=window.open(url,'name','width=460,height=560, toolbar=no, scrollbars=no');
	if (window.focus) {newwindow.focus()}
}
