function openDetailWindow (openURL)  {
newwin = window.open(openURL, "newwindow", "height=300,width=200,scrollbars,resizable, status");
}

function openGalleryWindowVert (openURL)  {
newwin = window.open(openURL, "newwindow", "height=450,width=300,resizable");
}


