﻿// JScript File

function showall(id)
{
    $("#"+id).removeClass("gallerycollapse");
    $("#"+id).addClass("galleryexpand");
}

function show6(id)
{
    $("#"+id).removeClass("galleryexpand");
    $("#"+id).addClass("gallerycollapse");
}

function showall3(id)
{
    $("#"+id).removeClass("gallerycollapse3");
    $("#"+id).addClass("galleryexpand");
}

function openSWF(s)
	{
	    window.open(s,'SOYJOYMultimediaGalleryPopup','height=499,width=508,resizable=no,titlebar=no,toolbar=no,menubar=no,directories=no,zlock=yes');
	}