function goto(page)
{
switch(page)
{
case'1':
window.location = '/kontakt.html';
break;
case'2':
window.location = '/reklama.html';
break;



}

}
