function openColorboxFile(hr,w,h,t){
	if(!w){
		w = "75%";
	}
	if(!h){
		h = "75%";
	}
	$.fn.colorbox({href:hr,title:t,width:w,height:h,iframe:"true",opacity:'.7'}); 
	return false;
}

function openAWindow( pg,  w, h, title) {
    openColorboxFile(pg,w,h,title);
	//return false;
}
