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