/* RIS WEBSITE JS FUNCTIONS */

/*
function preloadImages()
{
	image1 = new Image();
	image1.src = "images/map-small-over.jpg";
}
*/

//function lz_over() { document.getElementById('img-lz').setAttribute("src", "images/contact/lz-over.jpg"); }
//function lz_out()  { document.getElementById('img-lz').setAttribute("src", "images/contact/lz.jpg"); }

function show_map_szfv()
{
	map_window = window.open("map/slices/szfv/red-szfv.html", "map", "location=0, status=1, resizable=0, scrollbars=0, width=589, height=442, top=50, left=50");
	map_window.status = "RIS Informatikai Szolgáltató Kft.";
}

function show_map_ajka()
{
	map_window = window.open("map/slices/ajka/red-ajka.html", "map", "location=0, status=1, resizable=0, scrollbars=0, width=588, height=441, top=50, left=50");
	map_window.status = "RIS Informatikai Szolgáltató Kft.";
}

function show_map_inota()
{
	map_window = window.open("map/slices/inota/red-inota.html", "map", "location=0, status=1, resizable=0, scrollbars=0, width=588, height=441, top=50, left=50");
	map_window.status = "RIS Informatikai Szolgáltató Kft.";
}

function show_team()
{
	map_window = window.open("images/contact/team.html", "map", "location=0, status=1, resizable=0, scrollbars=0, width=590, height=443, top=50, left=50");
	map_window.status = "RIS Informatikai Szolgáltató Kft.";
}


function border_over(id)
{
	document.getElementById(id).style.border = "1px solid #dd8a92";
}

function border_out(id)
{
	document.getElementById(id).style.border = "1px solid #cacbd0";
}

window.status = "RIS Informatikai Szolgáltató Kft.";

