function popitup(url) {
	newwindow=window.open(url,'name','left=20,top=20,width=310,height=430,toolbar=0,resizable=0,location=0,menubar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popituplomake(url) {
	newwindow=window.open(url,'name','left=20,top=20,width=650,height=550,toolbar=0,resizable=0,location=0,menubar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupesittely(url) {
	newwindow=window.open(url,'name','left=20,top=20,width=810,height=567,toolbar=0,resizable=0,location=0,menubar=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupehdot(url) {
	newwindow=window.open(url,'name','left=20,top=20,width=670,height=600,toolbar=0,resizable=0,location=0,menubar=0,scrollbars=1');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupkartta(url) {
	newwindow=window.open(url,'name','left=20,top=20,width=445,height=410,toolbar=0,resizable=0,location=0,menubar=0,scrollbars=1');
	if (window.focus) {newwindow.focus()}
	return false;
}