// JavaScript Document

//VKontakte - initialize
        VK.init({apiId: 2417008, onlyWidgets: true});
        vk_group_options = {mode: 0, width: "auto", height: "290"};
        vk_comments_options = {limit: 10, width: "auto", attach: "*"};
        vk_like_options = {type: "full"};
        
function setImg (elClass) {
		if (document.getElementById('topimg')) { document.getElementById('topimg').className=elClass }
	}

function changeImg(prNode){	    
	    	document.getElementById(prNode).className='topimgl2'			
		}
function BackImg(prNode){	    
	    document.getElementById(prNode).className='topimgl' 				
		}		
