function load(url) {
	window.open(url,'','scrollbars=no,menubar=no,height=200,width=500,resizable=yes,toolbar=no,location=no,status=no');
}