
newWindow=""
function showBig(bg,args)
{
newWindow=window.open(bg,'newWin','toolbars=yes,width=646,height=550,scrollbars=yes,left=100,top=0,resizable=yes')
}


extWindow=""
function showExtPage(bg,args)
{
extWindow=window.open('','newWin','toolbars=yes,width=650,height=350,scrollbars=yes,left=100,top=124,resizable=yes')
extWindow.alert("You are now leaving the John Veale Website")
extWindow.location=bg
}


newWindow=""
function showBigIM(bg,args)
{
newWindow=window.open(bg,'newWin','toolbars=yes,width=618,height=400,scrollbars=yes,left=100,top=0,resizable=yes')
}

newWindow=""
function sitePlayer(mfile,mtitle,mcreators)
{

if (navigator.appVersion.indexOf("Mac")!= -1)
{murl="macplyer.asp?Mfile="+mfile+"&Mtitle="+mtitle+"&Mcreators="+mcreators}
else
{murl="plyer.asp?Mfile="+mfile+"&Mtitle="+mtitle+"&Mcreators="+mcreators}

newWindow=window.open(murl,'newWin','toolbars=yes,width=350,height=140,scrollbars=yes,left=100,top=124,resizable=yes')
}
