﻿// JScript File

function zoomImg(imgSrc)
{
    var img = new Image();
    img.src = imgSrc;
    var height = img.height;
    var width = img.width;
    unitWindow = window.showModalDialog(imgSrc,'April Rain Chinese Dance','dialogWidth:'+width+'px;dialogHeight:'+height+'px;center:yes;status:no;resizable:yes') 
    unitWindow.focus();
}

function openPage(url, w, h) 
{
    window.showModalDialog(url,'April Rain Chinese Dance','dialogWidth:'+w+'px;dialogHeight:'+h+'px;center:yes;status:no;resizable:no'); 
} 

function Slides(imgs)
{
    unitWindow = window.showModalDialog('Slides.htm?imgs='+imgs,'April Rain Chinese Dance - Slide Show','dialogWidth:'+(screen.width-400)+'px;dialogHeight:'+(screen.height-200)+'px;center:yes;status:no;resizable:no') 
}
