function player()
{
document.write('<object width="150" height="20">\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<embed src="stereotipi_player.swf" width="160" height="200" />\n');
document.write('</object>\n');
}

function mail()
{
emailE=('info@' + 'rmb-tech.si');
emailE2=('rmb.tech@' + 'gmail.com');
document.write('<A href="mailto:' + emailE2 + '">' + emailE + '</A>');
}