﻿/*function doppel(trag1,vers1,trag2,vers2)
	    {
		  top.griFrame.window.location=trag1+'.php#'+vers1 ; 
		  top.deuFrame.window.location=trag2+'.php#'+vers2 ; 
		}
*/		
function doppel(trag1,vers1,trag2,vers2)
	    {
		  if (parent.location.href != self.location.href)
		    {
			  top.griFrame.window.location=trag1+'.php#'+vers1 ; 
		      top.deuFrame.window.location=trag2+'.php#'+vers2 ; 
		    }
		  else
		    {
			  window.location.href=trag1+'php#'+vers1 ;
			}
        }


