function opensmallpopup(popurl)
{

	var winpops=window.open(popurl,"","width=400,height=500, scrollbars,top=0,left=" + ((screen.width)-450));
}
function openlargepopup(popurl)
{

	var winpops=window.open(popurl,"","width=800,height=700, scrollbars,top=0,left=" + ((screen.width)-900));
}

function changeAttribute(form, select, url, site)
{
	var Index = document.forms[form].elements[select].selectedIndex;
	var Sprache = document.forms[form].elements[select].options[Index].value;
	top.location.href= url + '?site=' + site + '&sprache=' + Sprache;
}

function openeditpopup(Database, ID)
{
	var winpops=window.open("/admin/general/editphp.php?Database=" + Database + "&ID=" + ID,"","width=1000,height=800, scrollbars,top=0,left=" + ((screen.width)-1100));
}

function openwindow(popurl, width, height, fixed)
{

	var winpops=window.open(popurl,"","width=" + width + ",height=" + height + ", scrollbars,top=0,left=0");
}

function load() 
{
  if (GBrowserIsCompatible()) 
  {
    var map = new GMap2(document.getElementById("map"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
  }
}