var duration = 128; /* fade duration in millisecond */
var cc;
function Bolero(f)
{
	//BoleroClose();
	
	cc = f;
	var len = -315; /*shirina na sloia (315 px) */
	document.getElementById('info1').style.display = 'none';
	document.getElementById('info2').style.display = 'none';
	document.getElementById('info3').style.display = 'none';
	if (document.getElementById('infoG'))
		document.getElementById('infoG').style.display = 'none';
	//document.getElementById('info'+f).style.marginRight = '-315px';
	
	/*     3.14 = (315-1)/100      */
	for (i = 0; i < 3.14; i += 0.01) {
	len = len + 1;
    setTimeout("GoLeft(" + len +")", i * duration);
  }
  
	document.getElementById('info'+f).style.display = 'block';
	
}

function GoLeft(Opa) {
	
	document.getElementById('Slideshow').style.marginRight = Opa + 'px';
}

function BoleroClose()
{

	var len = 0; /*zapo4va ot 0 */
	
	/*     3.14 = (315-1)/100      */
	for (i = 0; i < 3.14; i += 0.01) {
	len = len - 1;
    setTimeout("GoRight(" + len +")", i * duration);
}
}

function GoRight(Opa) {
	
	document.getElementById( 'Slideshow' ).style.marginRight = Opa + 'px';
}


//galeria
function Gallery(f)
{
	//BoleroClose();
	GalleryClose();
	
	var newImg = new Image();
	newImg.src = 'http://interior46.com' + f;
	var imgHeight = newImg.height;
	//var width = newImg.width;
	//alert ('The image size is '+width+'*'+height);

	if (imgHeight == 0) imgHeight = 550;
	
	cc = f;
	var len = -792; /*shirina na sloia (792 px) */
	document.getElementById('info1').style.display = 'none';
	document.getElementById('info2').style.display = 'none';
	document.getElementById('info3').style.display = 'none';
	if (document.getElementById('infoG'))
	{
		document.getElementById('infoG').style.display = 'none';
	}
	if (document.getElementById('content2_close'))
		document.getElementById('content2_close').style.display = 'none';
		
	document.getElementById('content').style.height = imgHeight + 20 + 'px';
	//alert(imgHeight);
	//document.getElementById('info'+f).style.marginRight = '-315px';
	
	/*     3.14 = (315-1)/100      */
	for (i = 0; i < 7.91; i += 0.01) {
	len = len + 1;
    setTimeout("GoLeft(" + len +")", i * duration/20);
  }

	if (document.getElementById('infoG'))
	{
		document.getElementById('infoG').style.display = 'block';
		document.getElementById('infoG').style.backgroundImage = 'url(' + f + ')';
		document.getElementById('infoG').style.height = imgHeight + 'px';
	}
	
}

function GalleryClose()
{

	var len = 0; /*zapo4va ot 0 */
	
	/*     3.14 = (315-1)/100      */
	for (i = 0; i < 7.91; i += 0.01) {
	len = len - 1;
    setTimeout("GoRight(" + len +")", i * duration/20);
}

if (document.getElementById('content2_close'))
		document.getElementById('content2_close').style.display = 'block';
		
	document.getElementById('content').style.height = '501px';
	document.getElementById('infoG').style.height = '444px';
}
