function openWindow(url)
{
    win=window.open(url,"new","directories=no,location=no,menubar=no,scrollbars=yes,status=no,addressbar=no,titlebar=no,toolbar=no,resizable=yes");
}

function pop_preview(id)
{
	Window1 = window.open("preview.php?album_id="+id, "w1", "resizable=no, scrollbar=no, top=0, left=0, width=850, height=790");
}

function pop_books(id)
{
	Window2 = window.open("Books.php?goto="+id, "w2", "resizable=no, scrollbar=no, top=0, left=0, width=850, height=790");
}

function pop_ie7_warning()
{
	Window3 = window.open("ie7_warning.htm", "w3", "resizable=no, scrollbar=no, top=0, left=0, width=600, height=300");
}
