// JavaScript Document
function chance_csite()
{
	window.location.href = "&csite=" + document.sendsite.csite.value;
}
function showwindow(scroller, url, height, width)
{
Fensteroptionen="toolbar=0,scrollbars=" + scroller + ",location=0,statusbar=0,menubar=0,resizable=0";
Grafikfenster=window.open(url, "", Fensteroptionen + ",width=" +width+ ",height=" +height);
Grafikfenster.focus();
}
