var newwindow;
function enlarge(url)
{
	newwindow=window.open(url,'name','height=640,width=840');
	if (window.focus) {newwindow.focus()}
}