function oknodetail(theURL) {
window.open(theURL, 'flyout', 'resizable=yes,scrollbars=auto,width=470,height=340,top=20,left=10');
}

function albumdetail(theURL) {
window.open(theURL, 'flyout', 'fullscreen=yes, resizable=yes, scrollbars=auto');
}


