function popup(wndName, url, width, height) {
  var thewnd = window.open(url,'time_wnd','width=' + width + ',height=' + height + ',left=150,top=150,resizable=no');
  thewnd.focus();
}

function launchAutoRouteVideo() {
  //use template with image
  popup('time_wnd','/germany/autoroute/docs/default.html','700','450');
}

function launchMasReise() {
  //use template with image
  popup('time_wnd','/germany/autoroute/images/s_image-pop_trips.jpg','440','330');
}
