function cpop(url, wide, high) {window.open(url,"popup",'width=' + wide + ',height=' + high);
}