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