newWindow=""
function showBig(bg,args)
{
newWindow=window.open(bg,'newWin','toolbars=yes,width=600,height=350,scrollbars=yes,left=100,top=124,resizable=yes')
}


extWindow=""
function showExtPage(bg,args)
{
extWindow=window.open('','newWin','toolbars=yes,width=600,height=350,scrollbars=yes,left=100,top=124,resizable=yes')
extWindow.alert("You are now leaving Derian Keyms' website")
extWindow.location=bg
}





