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