function DoubleLink(linkNAV, linkLAY) {
	top.frames["VIEW"].location.href= linkLAY; 	 //Layoutframe
	top.frames["NAV"].location.href = linkNAV;    //Navigationsframe
}

