function popUp(BigName) {
            var pURL="http://www.48sbmx.com/root/php/popup.php?Image="+BigName;
                pInfo='toolbar=0,';
                pInfo+='location=0,';
                pInfo+='directories=0,';
                pInfo+='status=0,';
                pInfo+='menubar=0,';
                pInfo+='scrollbars=0,';
                pInfo+='resizable=0,';
                pInfo+='width=200,';
                pInfo+='height=200';
				pInfo+='top=300';
				pInfo+='left=400';
            window.open(pURL, 'bigPop', pInfo);
        }

