function wechsel(mainFrame,topFrame)
{
	open(mainFrame,"main");
	open(topFrame,"top");
}
