function imgOn(imgName,frameNmae)
{
	if(document.images)
		document[imgName].src=eval(imgName + "Of.src");		
}

function imgOff(imgName,frameNmae)
{
	
	if(document.images)
	{
		for( i=1;i<9;i++)
		{
			
			nameTest="img" +i;
			document[nameTest].src=eval("img" +i+ "Off.src");	
			
		}
		document[imgName].src=eval(imgName + "On.src");
	}
	document.getElementById('MainFrame').src=frameNmae;
		
	
	
}


function FAQ ()
{
	window.open('faq.html','menu','height=450,width=400,scrollbars=yes,resizable=он');
}

function OpenPage(URL,w,h,t,l){	   
	window.open (URL,'openWindow','scrollbars=1,resizable=no,width='+w+',height='+h+', top='+t+', left='+l+'');
}
