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