// JavaScript Document
function rollOn (p){
	p.bgColor = "#DFDFDF";
}
function rollOff (p){
	p.bgColor = "#D2D2D2";
}
function goto (p){
	iFrm.location.href = p + ".html";
}
function dimenz(){
	//var sirina = document.body.clientHeight;
	//document.getElementById("iFrm").height = sirina - 207;
	//alert(document.getElementById("iFrm").height);
}