﻿function italyopen()
	
		{
		
			document.open("head_italien.html","logo","width=*,height=*");
		}
		
	function stdopen()
	
		{
		
			document.open("logo.html","logo","width=*,height=*");
			
		}
		
function homeclick()
		{		
		stdopen();
		document.getElementById('homelink').style.top = "76px";
		}
		
function posclick()
		{		
		stdopen();
		document.getElementById('homelink').style.top = "0px";
//		parent.document.getElementById('centerframe').style.height = "425px";
//		parent.document.all.getElementById('centerdiv').style.height = "450px";
		}

function italyposclick()
		{		
		italyopen();
		document.getElementById('homelink').style.top = "0px";
		}