
function stopp() {
if (window.external) {
document.execCommand('Stop');
}
else {
window.stop(); 
}
}

var soundwindow = null;
function popupmusic() 
{
  soundwindow = window.open('../../audio/music.htm', 'soundwindow', 'width=400,height=400,status=1,menubar=0,scrollbars=1,location=0,resizable=1');
  if (!soundwindow.opener) soundwindow.opener = self;
}

function playmusic() {
if (window.external)  {
parent.fbottom.document.all.bgmusic.src='../websound.wav';
}
else {
parent.fbottom.document.embmusic.play();
	}
}
function pausemusic() {
if (window.external) {
parent.fbottom.document.execCommand('Stop');
}
else {
parent.fbottom.document.embmusic.stop();
}
}

function icoon(which) {
which.style.backgroundColor='#202068';
}
function icooff(which) {
which.style.backgroundColor='';
}

function txtfon(txtf) {
txtf.style.color='#253663';
}
function txtfof(txtf) {
txtf.style.color='';
}

function txtbgon(txtbg) {
txtbg.style.backgroundColor='#D7D7E1';
}
function txtbgof(txtbg) {
txtbg.style.backgroundColor='';
}

function txtffon(txtff) {
txtff.style.color='#FFFFFF';
}
function txtffof(txtff) {
txtff.style.color='';
}

function typon(typf) {
typf.style.color='#000033';
}
function typof(typf) {
typf.style.color='';
}

function prava(){
var radnidani=window.open('../download/PRAVILNIK_O_PRAVIMA.doc','prava','width=600,height=400,status=1');
radnidani.focus();
}

function pohvale(){
var radnidani=window.open('../download/PRAVILNIK_O_POHVALAMA.doc','pohvale','width=600,height=400,status=1');
radnidani.focus();
}

function ponasanje(){
var radnidani=window.open('../download/PRAVILNIK_O _PONASANJU.doc','pohvale','width=600,height=400,status=1');
radnidani.focus();
}

