function openContactForm(level){
	var w=520;
	var h=760;
	window.open(level+'contact_us/index.cfm','contact_form','width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function openContactFormFlagged(level,flag){
	var w=520;
	var h=760;
	window.open(level+'contact_us/index.cfm?flag='+flag,'contact_form','width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function openGlossario(level){
	var w=520;
	var h=760;
	window.open(level+'glossary/glossary.htm','glossario','width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function openNewsletter(level){
	var w=640;
	var h=480;
	window.open(level+'newsletter/','newsletter','scrollbars=yes,width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function openWindow(url,w,h){
	window.open(url,'popup','scrollbars=yes,width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function openJob(level){
	var w=520;
	var h=760;
	window.open(level+'job/','job','scrollbars=yes,width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function readNews(id){
	var w=320;
	var h=240;
	window.open('readNews.cfm?id='+id,'news','scrollbars=yes,width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}
function openNews(level){
	var w=320;
	var h=480;
	window.open(level+'listNews.cfm','news','scrollbars=yes,width='+w+',height='+h+',left='+(screen.availWidth/2-w/2)+',top='+(screen.availHeight/2-h/2));
}