
//**************SNYW@re****************************************
//  haben Sie Fragen ? Mail an: info@Snyware.de
//**************SNYW@re****************************************

function chFrameSite(){
   var query_uri = window.location.search;
   if(query_uri){
      window.parent.frames["main"].location.replace(query_uri.substring(1,query_uri.length));
   }
}
function chSite(set){   
    if(!window.parent.frames["main"]){
		if(set) var goes = "http://www.Tiertherapie.de/";
			else var goes = "http://www.Tiertherapie.de/index.html" + "?" + window.location.href;
       window.location.replace(goes); 
    }
}
function pgCh(loc,sign){
  var pg_nm = self.location.href.substring(self.location.href.lastIndexOf('/')+1,self.location.href.length);
  if (pg_nm.substring(pg_nm.length,pg_nm.length-1) != sign) window.location.href=loc;
}
var popUp = 0;
function opW(){
  var args = opW.arguments;
  if(popUp){
    if(!popUp.closed) popUp.close();
  }
 popUp = window.open(args[0],args[1],"width="+args[2]+",height="+args[3]+",left="+args[4]+",top="+args[5]+",toolbar="+args[6]+",menubar="+args[7]+",channelmode="+args[8]+",directories="+args[9]+",status="+args[10]+",location="+args[11]+",scrollbars="+args[12]+",resizable="+args[13]+"");
}