function out(id){
(new Image()).src="?out="+id;
return true;
}
function out2(id){
opensaysDesignerWiz=window.open("?out="+id);
}
if (parent.frames.length > 0){
window.top.location.href = location.href;
}

function fiche(id){
url = 'http://www.dur.fr/fiche/' + id + '.htm';
winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_self', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}
