openBlank = function(objhref) {
	if(window.open(objhref,"newWindow")) return false;
	else return true;
}