﻿function popitup(url) {
	newwindow=window.open(url,'','height=500,width=800,status=0,toolbar=0,menubar=0,location=0,scrollbars=1');
	if (window.focus) {newwindow.focus();}
	return false;
}
