﻿    function ooo(proid,ccid)
    {
       temp=window.open('ShoppingCart.aspx?proid='+proid+'&ccid='+ccid,'111','height=600, width=692, top='+(window.screen.height-600)/2+', left='+(window.screen.width-692)/2+', toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, status=no');
       temp.location.reload(); 
       temp.focus();
    }