   	function thumbdemo(num)
	{
    picmass = new Array(num);

     for(i=1;i<7;i++)
     {
	 picmass[i]=0; 
     }
	 
	 for(i=1;i<7;i++)
     {
	 a=Math.round(Math.random()*num)+1; 
 	   if (a!=picmass[1] && a!=picmass[2] && a!=picmass[3] && a!=picmass[4] && a!=picmass[5] && a!=picmass[6])
 	   {
	   picmass[i]=a;
 	   }else{i--;}
     }


	document.write('<TABLE border="0"  cellspacing="10" cellpadding="0"><TR><TD class="thumb"><a href="/album.php">');
	document.write('<IMG SRC="/thumb/' + picmass[1] + '.gif" WIDTH="110" HEIGHT="80" BORDER="0" ALT="К альбому Весёлого подсолнуха">');		
    document.write('</a></TD><TD class="thumb"><a href="/album.php">');
	document.write('<IMG SRC="/thumb/' + picmass[2] + '.gif" WIDTH="110" HEIGHT="80" BORDER="0" ALT="К альбому Весёлого подсолнуха">');
	document.write('</a></TD></TR><TR><TD class="thumb"><a href="/album.php">');
	document.write('<IMG SRC="/thumb/' + picmass[3] + '.gif" WIDTH="110" HEIGHT="80" BORDER="0" ALT="К альбому Весёлого подсолнуха">');
	document.write('</a></TD><TD class="thumb"><a href="/album.php">');
	document.write('<IMG SRC="/thumb/' + picmass[4] + '.gif" WIDTH="110" HEIGHT="80" BORDER="0" ALT="К альбому Весёлого подсолнуха">');
	document.write('</a></TD></TR><TR><TD class="thumb"><a href="/album.php">');
	document.write('<IMG SRC="/thumb/' + picmass[5] + '.gif" WIDTH="110" HEIGHT="80" BORDER="0" ALT="К альбому Весёлого подсолнуха">');
	document.write('</a></TD><TD class="thumb"><a href="/album.php">');
	document.write('<IMG SRC="/thumb/' + picmass[6] + '.gif" WIDTH="110" HEIGHT="80" BORDER="0" ALT="К альбому Весёлого подсолнуха">');
	document.write('</a></TD></TR></TABLE>');		
	}

	function rezol()
	{
    	/* if(screen.width<650){alert('Слишком маленькое разрешение экрана. Минимально допустимое разрешение для просмотра этого сайта 800x600');};*/

		if(screen.width<810)
	   {
		topbee.style.left='550px';
		vptxt.style.width='580px';
		vptxt.style.fontSize='44px';
		vptxt.style.top='41px';
		vptxt1.style.width='580px';
    	vptxt1.style.fontSize='44px';
		vptxt1.style.top='42px';
		vptxt2.style.width='580px';
		vptxt2.style.fontSize='44px';
		vptxt2.style.top='40px';
		vptxt3.style.width='580px';
		vptxt3.style.fontSize='44px';
		vptxt3.style.top='41px';
		vptxt3.style.left='179px';
		vptxt4.style.width='580px';
		vptxt4.style.fontSize='44px';
		vptxt4.style.top='41px';
		vptxt4.style.left='181px';

		cdr.style.width='590px';
		cdr.style.fontSize='18px';
		cdr.style.top='110px';
		cdr1.style.width='590px';
    	cdr1.style.fontSize='18px';
		cdr1.style.top='109px';
		cdr2.style.width='590px';
		cdr2.style.fontSize='18px';
		cdr2.style.top='111px';
		cdr3.style.width='590px';
		cdr3.style.fontSize='18px';
		cdr3.style.top='110px';
		cdr3.style.left='179px';
		cdr4.style.width='590px';
		cdr4.style.fontSize='18px';
		cdr4.style.top='110px';
		cdr4.style.left='181px';

		adr.style.width='600px';
		adr.style.fontSize='13px';

		news.style.display='none';
	   }
	}
	
