<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL,w,h) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + w + ',height=' + h + ',left = 212,top = 184');");
}

function preko(id){
var Polje = document.getElementById(id);
Polje.style.backgroundColor = '#D8CFC5';
}

function van(id){
var Polje = document.getElementById(id);
Polje.style.backgroundColor = '#ffffff';
}

function kontrast(id){
var Polje = document.getElementById(id);
Polje.style.color = '#B6A792';
Polje.style.backgroundColor = '#FFFFFF';
}

function kontrastOut(id){
var Polje = document.getElementById(id);
Polje.style.color = '#FFFFFF';
Polje.style.backgroundColor = '#B6A792';
}