function cPop(url,wide,high) 
{window.open(url,"popup",'width='+wide+',height='+high+',left=25,top=25,screenx=25,screeny=25,scrollbars=no');
}