
function SubWindow(MyLink,XX,YY){TheURL=MyLink;MyFeatures='width='+XX+',height='+YY+',toolbar=no,scrollbars=yes,resizable=yes';if(window.DorothyWindow&&!(window.DorothyWindow.closed)){DorothyWindow.close();}
DorothyWindow=window.open(TheURL,'MyGallery',MyFeatures);DorothyWindow.focus();}
function SubWindow1(MyLink,XX,YY){TheURL='PlayMovie.cfm?Vid='+MyLink;MyFeatures='width='+XX+',height='+YY+',toolbar=no,scrollbars=yes,resizable=yes';if(window.DorothyWindow&&!(window.DorothyWindow.closed)){DorothyWindow.close();}
DorothyWindow=window.open(TheURL,'MyGallery',MyFeatures);DorothyWindow.focus();}
function msgMaker(MyMsg){status=MyMsg;}