<!--
function SelectPagina(i_PN)
{
var s_PF;
if(i_PN==1){s_PF='Start';}
if(i_PN==2){s_PF='Product';}
if(i_PN==3){s_PF='WijOverOns';}
if(i_PN==4){s_PF='Contact';}
if(i_PN==5){s_PF='FotoAlbum';}
parent.frm_Main.location = 'P_'+s_PF+'.htm';
//parent.frm_SiteMap.location = 'SM_'+s_PF+'.htm';
}
//-->