

var tmpl_main_menu = "";
var tmpl_query_string = "";


function tmpl_go_menu(m) { 
	document.location.href = tmpl_main_menu  + m; 
}

function myOnload() { 
	try { 
		template_onload(); 
	} catch (e) { ; } 
} 

function tmpl_go_idm(idm) {
	var s = tmpl_query_string;
	s = "../" + idm + "/index.php" + s;
	document.location.href = s; 
} 

function tmpl_show_foto(surl)
{
  Utils.open_win(window, surl, "lpi_foto", 700, 600, 'resizable=yes, scrollbars=yes');
  return false;
}   


