var newwindow;
function images(url)
{
	newwindow=window.open(url,'name','height=550,width=665');
	if (window.focus) {newwindow.focus()}
}

