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