var newwindow;
function images4(url)
{
	newwindow=window.open(url,'name','height=475,width=600');
	if (window.focus) {newwindow.focus()}
}
