if (!document.getElementById) {
    window.location =  "http://www.webstandards.org/upgrade/"
}

function addToHaggadah(content_id) {
    add=window.open('index.php?tab=haggadah&action=add&content_id=' + content_id,
    'haggadah', 
    'directories=0,height=100,location=1,resizable=1,scrollbars=1,toolbar=0,width=580');
}

function Details(id) {
    add=window.open('index.php?tab=illustration&action=detail&offset=' + id + '&limit=1',
    'haggadah', 
    'directories=0,height=500,location=1,resizable=1,scrollbars=1,toolbar=0,width=600');
}


function Print(type) {
    add=window.open('index.php?tab=haggadah&action=print&print=' + type,
    'preview', 
    'directories=0,height=500,location=1,resizable=1,scrollbars=1,toolbar=0,width=700');
}