function oWin(cPicture,nWidth,nHeight,cName)
        {      
var a
a = "../xtra/morph.aspx?file=" + cPicture + "&width=" +  nWidth + "&height=" + nHeight + "&name=" + cName +""
NewWindow=window.open(a ,"cvbsa_morph","HEIGHT="+nHeight+",WIDTH="+nWidth+",scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
        }
