function OpenSite(link)
{
	breite=600
	hoehe=350
	/*l=(screen.width-breite)/2
	o=(screen.height-hoehe)/2*/
	l=0
	o=0
	
	window.open(link,"intro","height="+hoehe+",width="+breite+",alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,z-lock=0,screenX="+l+",screeny="+o+",left="+l+",top="+o)
}
