// JavaScript Document
var y = '-18';
function title()
{
	document.write("<a href='http://picasaweb.google.com/sergiumiron/'><strong>MORE IMAGES</strong></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://lh4.ggpht.com/_73w4m6PhpY0/S7Ddjg3hl4I/AAAAAAAADkY/RuZjqIX1FeE/s800/P3270153.JPG' style='margin-top: "+z+"%;' /><br clear='all' />";
}
