<!--
function gotoPage(varItem)
{
switch(varItem)
{
case 0:
window.parent.self.status="Goes Nowhere";
break;
case 1:
window.location="http://www.international-health-cover.com";
break;
case 2:
window.location="http://www.international-health-cover.com/espanol/index.html";
break;
case 3:
window.location="http://www.international-health-cover.com/fr/index.html";
break;
case 4:
window.location="http://www.international-health-cover.com/italiano/index.html";
break;
case 5:
window.location="http://www.international-health-cover.com/zhongwen/index.html";
break;
}
}
// -->

