<!--

function MM_on_mouse_event(img, type, lang, img_name) {
	
	var img_path = '';
	if (type == 'on')
		img_path = 'img/main/' + lang + '/m_i_' + img_name + '_active.jpg';
	else
		img_path = 'img/main/' + lang + '/m_i_' + img_name + '.jpg';
	img.src = img_path;
	
}// END MM_on_mouse_event


function showImage(imgpath) {
	
	var win1 = window.open('', '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes')
	win1.document.open()
	win1.document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">')
	win1.document.writeln('<html>')
	win1.document.writeln('<head>')
	win1.document.writeln('<title>Atpūta pie Rāznas :: bilde</title>')
	win1.document.writeln('<style type="text/css">')
	win1.document.writeln('body{margin:0px;padding:10px;text-align:center;font-family: Verdana, sans-serif;}')
	win1.document.writeln('a{color:#808080;font-size:10pt;text-decoration:none;font-weight:bold;}')
	win1.document.writeln('a:hover{text-decoration:underline;}')
	win1.document.writeln('</style>')
	win1.document.writeln('</head>')
	win1.document.writeln('<body>')
	//win1.document.writeln('<a href="JavaScript:window.close()" title="Aizvērt logu" />Uzklikšķiniet šeit vai uz bildes, lai aizvērtu logu</a><br /><br />')
	win1.document.writeln('<img src="' + imgpath + '" alt="Aizvērt logu" onClick="JavaScript:window.close()" />')
	win1.document.writeln('</body>')
	win1.document.writeln('</html>')
	win1.document.close()
	
	return false;
	
}

// -->
