function change(url1, url2)
{
	parent.frames['menue'].location.href=url1;
	parent.frames['start'].location.href=url2;
}
