var newwindow;

function enlarge(url)
{
	newwindow=window.open(url,'Detail','height=700,width=700,resizable=yes');
	if (window.focus) {newwindow.focus()}
}




