function work(id, width, height)
{
window.open('/popup/work.php?id='+id,'photo','(menubar=no,scrollbars=no,status=no, width='+width+', height='+height+')')
}

function master(id, width, height)
{
window.open('/popup/master.php?id='+id,'photo','(menubar=no,scrollbars=no,status=no, width='+width+', height='+height+')')
}

function photo(id, width, height)
{
window.open('/popup/photo.php?id='+id,'photo','(menubar=no,scrollbars=no,status=no, width='+width+', height='+height+')')
}
