
function  js_poll(thispoll)
{

  window.open('report_pollsurvey.php','newwinpoll','width=350,height=350,menubar=no,scrollbars=no,status=no');
  return true;

}


//Special sizing for email client - KDL,6-12-01
function openWindow(url, name) {
	window.name="BackToParent";
	popupWin =window.open(url, name, "menubar=no,toolbar=no,location=no,resizable=no,dependent=yes,scrollbars,width=610,height=440,left=180,top=20,status=yes");
	if(window.focus) {
		popupWin.focus();
	}
}

//Special sizing for email client - KDL,6-12-01
function openMailWindow(url, name, thewidth, theheight) {
	window.name="BackToParent";
	popupWin =window.open(url, name, "menubar=no,toolbar=no,location=no,resizable=no,dependent=yes,scrollbars,width=300,height=150,left=180,top=20,status=yes");
	if(window.focus) {
		popupWin.focus();
	}
}

function remName(a, b){
if(a.value==b){
a.value='';
}else if(a.value==''){
a.value=b;
}else{
a.value=a.value;
}
}

function chkName(a, b){
if(a.value==''){
a.value=b;
}else{
a.value=a.value;
}
}
function showhide2() {	
	var el = document.getElementById('africa');
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
function showhide3() {	
	var el = document.getElementById('asia');
	
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
function showhide4() {	
	var el = document.getElementById('caribbean');
	
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
function showhide5() {	
	var el = document.getElementById('europe');
	
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
function showhide6() {	
	var el = document.getElementById('latin');
	
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
function showhide7() {	
	var el = document.getElementById('middle_east');
	
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
function showhide8() {	
	var el = document.getElementById('north_am');
	
	if (el.style.display == 'none'){
	 	el.style.display = '';
	} else {
		el.style.display = 'none';
	}
	
}
