function addbookmark(){	if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle);}

function ShowInfo(name, winW, winH){
   window.open('Shop/show_infos.php?name='+name, 'objet', 'width=' + winW + ',height=' + winH + ',top='+((screen.height/2)-(winH/2))+',left='+((screen.width/2)-(winW/2)));
}

function Detail(name){
   winH=screen.height-200;
   winW=screen.width-180;
   window.open('biblio/'+name+'.htm', 'bibliodetail', 'width=' + winW + ',height=' + winH + ',top='+((screen.height/2)-(winH/2))+',left='+((screen.width/2)-(winW/2))+', scrollbars');
}

function Zoom(objetid){
   winH=screen.height-200;
   winW=screen.width-180;
   window.open('zoom/'+objetid+'.htm', 'objet', 'width=' + winW + ',height=' + winH + ',top='+((screen.height/2)-(winH/2))+',left='+((screen.width/2)-(winW/2))+',resizable, scrollbars');
}

