<!--		
	function wopen(link,wi,he,pos) {
	wincom = window.open(link ,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+wi+',height='+he);
	if (pos == 1)
		wincom.moveTo(30,10);
	else
		wincom.moveTo(30,10);
	}
	
	function OpenWindow1()
		{
	
		Features ='width=800, height=700, toolbar=0, menubar=0, left=50, top=0, status=0, scrollbars=1';
		Fenster=window.open("http://blog.portal05.com/","_blank",Features);
	}
			

// -->
