function popVar(name,width,height){
 var seite = 'http://www.mg-shop.de/content/'+name+'.html';
 open(seite,name,"width="+width+",height="+height+",top=250,left=100,scrollbars=yes"); }
 
 function popDetail(name,width,height){
  var seite = '../details/'+name+'.html';
 open(seite,name,"width="+width+",height="+height+",top=100,left=250,scrollbars=yes"); }
 
 function popDscl(name,width,height) {
  var seite = '/content/'+name+'.html';
 open(seite,name,"width="+width+",height="+height+",screenX=250px,screenY=100px,scrollbars=yes"); }