

function OpenVideo(Page)
{
	WinHeight = 670;
	WinWidth  = 580;
	SlideShow = Page + ".html";
	NewWin = window.open(SlideShow,"","width=" + WinWidth + ",height=" + WinHeight + ",location=0,toolbar=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top=50,left=50");
}

function OpenMusic(Page)
{
	WinHeight = 520;
	WinWidth  = 600;
	SlideShow = Page + ".html";
	NewWin = window.open(SlideShow,"","width=" + WinWidth + ",height=" + WinHeight + ",location=0,toolbar=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,top=50,left=50");
}

function OpenSlideShow(Page)
{
	WinHeight = 700;
	WinWidth  = 600;
	SlideShow = Page + "/index.html";
	NewWin = window.open(SlideShow,"","width=" + WinWidth + ",height=" + WinHeight + ",location=0,toolbar=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,top=50,left=50");
}

function OpenGallery(Page)
{
	WinHeight = 500;
	WinWidth  = 920;
	SlideShow = Page + "/index.html";
	NewWin = window.open(SlideShow,"","width=" + WinWidth + ",height=" + WinHeight + ",location=0,toolbar=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top=50,left=50");
}

function OpenSVSlideShow(Page)
{
	WinHeight = 720;
	WinWidth  = 800;
	SlideShow = Page + "/index.html";
	NewWin = window.open(SlideShow,"","width=" + WinWidth + ",height=" + WinHeight + ",location=0,toolbar=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top=50,left=50");
}


