// JavaScript Document
var y = '-38';
function title()
{
	document.write("<a href='http://en.wikipedia.org/wiki/Romania'><strong>ROMANIA</strong></a>: <a href='http://en.wikipedia.org/wiki/Carpathian_Mountains'>Carpathian Mountains</a> - Muntii Fagarasului-Fereastra Mare a Sāmbetei [more images coming soon at: <a href='http://www.mountainrave.com' target='_blank'>www.mountainrave.com</a>]");
}
function chpmaximize(id)
{ 
	w = '0';
	document.getElementById('chpphoto1').innerHTML = image(w);
	document.getElementById(id).style.overflow = "visible"; 
	document.getElementById(id).style.position = "absolute"; 
	document.getElementById('chpclose').style.visibility = "visible";
}
function chpminimize(id)
{ 
	w = y;
	document.getElementById('chpphoto1').innerHTML = image(w);
	document.getElementById(id).style.position = "fixed"; 
	document.getElementById(id).style.height = "100px";
	document.getElementById(id).style.overflow = "hidden";
	document.getElementById('chpclose').style.visibility = "hidden";
}
function image(z)
{
	return "<img src='http://www.chp-computers.com/dailyphoto/img.jpg' style='margin-top: "+z+"%;' /><br clear='all' />";
}