var newwindow;
function popwindow_400_300(url)
{
	newwindow=window.open(url,'name','height=400,width=300');
	if (window.focus) {newwindow.focus()}
}


