/******************************************************************************
* function showGreyBoxContent()
******************************************************************************/
function showGreyBoxContent(url,frame_height,frame_width){
  GB_showCenter('',url,frame_height,frame_width);
}


/******************************************************************************
* function showTVSpot()
******************************************************************************/
function showPageGarantie(){
  showGreyBoxContent('http://www.grundig.de/stylinglinien/popup.garantie.php',606,860);
}


/******************************************************************************
* function checkBrowserName()
******************************************************************************/
function checkBrowserName(name){  
  var agent = navigator.userAgent.toLowerCase();  
  if (agent.indexOf(name.toLowerCase())>-1) {  
     return true;  
  }  
  return false;  
}


