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