// begin absolutely positioned autoscroll area object scripts 

// begin dHTML SlideShow Script 
 
if(document.images) { 
		currentslide=1; 
		maxslides=5; 
		slide = new Array(maxslides+1); 
		thumb = new Array(maxslides+1); 
		for(var n=1;n<=maxslides;n++) { 
			slide[n]=new Image(400,300); 
			slide[n].src='images/slide_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides;n++) { 
			thumb[n]=new Image(75,75); 
			thumb[n].src='images/thumb_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide() { 
		if(document.images) { 
			currentslide--; 
			if(currentslide<1) currentslide=maxslides; 
			document.images['slide'].src=thumb[currentslide].src; 
		} 
	} 


	function nextSlide() { 
		if(document.images) { 
			currentslide++; 
			if(currentslide>maxslides) currentslide=1; 
			document.images['slide'].src=thumb[currentslide].src; 
		} 
	} 
function showFullSize(){ 
	openPictureWindow('images/slide_'+currentslide+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 


////////////////////////////////////////second slide show///////////////////////////////



if(document.images) { 
		currentslide1=1; 
		maxslides1=5; 
		slide1 = new Array(maxslides1+1); 
		thumb1 = new Array(maxslides1+1); 
		for(var n=1;n<=maxslides1;n++) { 
			slide1[n]=new Image(400,300); 
			slide1[n].src='images/slide1_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides1;n++) { 
			thumb1[n]=new Image(75,75); 
			thumb1[n].src='images/thumb1_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide1() { 
		if(document.images) { 
			currentslide1--; 
			if(currentslide1<1) currentslide1=maxslides1; 
			document.images['slide1'].src=thumb1[currentslide1].src; 
		} 
	} 


	function nextSlide1() { 
		if(document.images) { 
			currentslide1++; 
			if(currentslide1>maxslides1) currentslide1=1; 
			document.images['slide1'].src=thumb1[currentslide1].src; 
		} 
	} 
function showFullSize1(){ 
	openPictureWindow('images/slide1_'+currentslide1+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow1(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 


////////////////////////////////////////third slide show///////////////////////////////

if(document.images) { 
		currentslide2=1; 
		maxslides2=4; 
		slide2 = new Array(maxslides2+1); 
		thumb2 = new Array(maxslides2+1); 
		for(var n=1;n<=maxslides;n++) { 
			slide2[n]=new Image(400,300); 
			slide2[n].src='images/slide2_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides2;n++) { 
			thumb2[n]=new Image(75,75); 
			thumb2[n].src='images/thumb2_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide2() { 
		if(document.images) { 
			currentslide2--; 
			if(currentslide2<1) currentslide2=maxslides2; 
			document.images['slide2'].src=thumb2[currentslide2].src; 
		} 
	} 


	function nextSlide2() { 
		if(document.images) { 
			currentslide2++; 
			if(currentslide2>maxslides2) currentslide2=1; 
			document.images['slide2'].src=thumb2[currentslide2].src; 
		} 
	} 
function showFullSize2(){ 
	openPictureWindow('images/slide2_'+currentslide2+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow2(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 

////////////////////////////////////////third slide show///////////////////////////////


if(document.images) { 
		currentslide3=1; 
		maxslides3=3; 
		slide3 = new Array(maxslides3+1); 
		thumb3 = new Array(maxslides3+1); 
		for(var n=1;n<=maxslides3;n++) { 
			slide3[n]=new Image(400,300); 
			slide3[n].src='images/slide3_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides3;n++) { 
			thumb3[n]=new Image(75,75); 
			thumb3[n].src='images/thumb3_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide3() { 
		if(document.images) { 
			currentslide3--; 
			if(currentslide3<1) currentslide3=maxslides3; 
			document.images['slide3'].src=thumb3[currentslide3].src; 
		} 
	} 


	function nextSlide3() { 
		if(document.images) { 
			currentslide3++; 
			if(currentslide3>maxslides3) currentslide3=1; 
			document.images['slide3'].src=thumb3[currentslide3].src; 
		} 
	} 
function showFullSize3(){ 
	openPictureWindow('images/slide3_'+currentslide3+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow3(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 
////////////////////////////////////////fourth slide show///////////////////////////////

if(document.images) { 
		currentslide4=1; 
		maxslides4=1; 
		slide4 = new Array(maxslides4+1); 
		thumb4 = new Array(maxslides4+1); 
		for(var n=1;n<=maxslides4;n++) { 
			slide4[n]=new Image(400,300); 
			slide4[n].src='images/slide4_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides4;n++) { 
			thumb4[n]=new Image(75,75); 
			thumb4[n].src='images/thumb4_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide4() { 
		if(document.images) { 
			currentslide4--; 
			if(currentslide4<1) currentslide4=maxslides4; 
			document.images['slide4'].src=thumb4[currentslide4].src; 
		} 
	} 


	function nextSlide4() { 
		if(document.images) { 
			currentslide4++; 
			if(currentslide4>maxslides4) currentslide4=1; 
			document.images['slide4'].src=thumb4[currentslide4].src; 
		} 
	} 
function showFullSize4(){ 
	openPictureWindow('images/slide4_'+currentslide4+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow4(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 
////////////////////////////////////////fifth slide show///////////////////////////////

if(document.images) { 
		currentslide5=1; 
		maxslides5=3; 
		slide5 = new Array(maxslides5+1); 
		thumb5 = new Array(maxslides5+1); 
		for(var n=1;n<=maxslides5;n++) { 
			slide5[n]=new Image(400,300); 
			slide5[n].src='images/slide5_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides5;n++) { 
			thumb5[n]=new Image(75,75); 
			thumb5[n].src='images/thumb5_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide5() { 
		if(document.images) { 
			currentslide5--; 
			if(currentslide5<1) currentslide5=maxslides5; 
			document.images['slide5'].src=thumb5[currentslide5].src; 
		} 
	} 


	function nextSlide5() { 
		if(document.images) { 
			currentslide5++; 
			if(currentslide5>maxslides5) currentslide5=1; 
			document.images['slide5'].src=thumb5[currentslide5].src; 
		} 
	} 
function showFullSize5(){ 
	openPictureWindow5('images/slide5_'+currentslide5+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow5(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 

////////////////////////////////////////sixth slide show///////////////////////////////

if(document.images) { 
		currentslide6=1; 
		maxslides6=4; 
		slide6 = new Array(maxslides6+1); 
		thumb6 = new Array(maxslides6+1); 
		for(var n=1;n<=maxslides6;n++) { 
			slide6[n]=new Image(400,300); 
			slide6[n].src='images/slide6_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides6;n++) { 
			thumb6[n]=new Image(75,75); 
			thumb6[n].src='images/thumb6_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide6() { 
		if(document.images) { 
			currentslide6--; 
			if(currentslide6<1) currentslide6=maxslides6; 
			document.images['slide6'].src=thumb6[currentslide6].src; 
		} 
	} 


	function nextSlide6() { 
		if(document.images) { 
			currentslide6++; 
			if(currentslide6>maxslides6) currentslide6=1; 
			document.images['slide6'].src=thumb6[currentslide6].src; 
		} 
	} 
function showFullSize6(){ 
	openPictureWindow('images/slide6_'+currentslide6+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow6(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 


////////////////////////////////////////seventh slide show///////////////////////////////


if(document.images) { 
		currentslide7=1; 
		maxslides7=4; 
		slide7 = new Array(maxslides7+1); 
		thumb7 = new Array(maxslides7+1); 
		for(var n=1;n<=maxslides7;n++) { 
			slide7[n]=new Image(400,300); 
			slide7[n].src='images/slide7_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides7;n++) { 
			thumb7[n]=new Image(75,75); 
			thumb7[n].src='images/thumb7_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide7() { 
		if(document.images) { 
			currentslide7--; 
			if(currentslide7<1) currentslide7=maxslides7; 
			document.images['slide7'].src=thumb7[currentslide7].src; 
		} 
	} 


	function nextSlide7() { 
		if(document.images) { 
			currentslide7++; 
			if(currentslide7>maxslides7) currentslide7=1; 
			document.images['slide7'].src=thumb7[currentslide7].src; 
		} 
	} 
function showFullSize7(){ 
	openPictureWindow('images/slide7_'+currentslide7+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow7(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 
////////////////////////////////////////eighth slide show///////////////////////////////

if(document.images) { 
		currentslide8=1; 
		maxslides8=4; 
		slide8 = new Array(maxslides8+1); 
		thumb8 = new Array(maxslides8+1); 
		for(var n=1;n<=maxslides8;n++) { 
			slide8[n]=new Image(400,300); 
			slide8[n].src='images/slide8_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides8;n++) { 
			thumb8[n]=new Image(75,75); 
			thumb8[n].src='images/thumb8_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide8() { 
		if(document.images) { 
			currentslide8--; 
			if(currentslide8<1) currentslide8=maxslides8; 
			document.images['slide8'].src=thumb8[currentslide8].src; 
		} 
	} 


	function nextSlide8() { 
		if(document.images) { 
			currentslide8++; 
			if(currentslide8>maxslides8) currentslide8=1; 
			document.images['slide8'].src=thumb8[currentslide8].src; 
		} 
	} 
function showFullSize8(){ 
	openPictureWindow('images/slide8_'+currentslide8+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow8(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 

////////////////////////////////////////ninth slide show///////////////////////////////
if(document.images) { 
		currentslide9=1; 
		maxslides9=2; 
		slide9 = new Array(maxslides9+1); 
		thumb9 = new Array(maxslides9+1); 
		for(var n=1;n<=maxslides;n++) { 
			slide9[n]=new Image(400,300); 
			slide9[n].src='images/slide9_'+n+'.jpg'; 
		} 
		for(var n=1;n<=maxslides9;n++) { 
			thumb9[n]=new Image(75,75); 
			thumb9[n].src='images/thumb9_'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide9() { 
		if(document.images) { 
			currentslide9--; 
			if(currentslide9<1) currentslide9=maxslides9; 
			document.images9['slide9'].src=thumb9[currentslide9].src; 
		} 
	} 


	function nextSlide9() { 
		if(document.images) { 
			currentslide9++; 
			if(currentslide9>maxslides9) currentslide9=1; 
			document.images['slide9'].src=thumb9[currentslide9].src; 
		} 
	} 
function showFullSize9(){ 
	openPictureWindow('images/slide9_'+currentslide9+'.jpg', 400, 300, 'Contact us - info@ghggroup.com , (+91) (33) 3294-0527 , for more info '); 
} 
function openPictureWindow9(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 




// end dHTML SlideShow Script
