function load_music( location ) 
{
	window.document.mp3p.SetVariable("location", "http://www.megaart.az/data/4_10/" + location + ".MP3");
	window.document.mp3p.SetVariable("getting", 1);

}

function swapLang( lang ) 
{
	document.cookie = "zengim_lang=" + lang + "; expires=Fri, 1-Jan-2015 12:00:00 GMT; path=/;";
	document.location.reload();
}

function mp3( div )
{	
	if (!div) { div = "mp3" }
	window.open( "/cgi-bin/mp3.cgi?type=" + div, "zengim_wish", "width=600,height=720,status=0,scrollbars=0" ); 
}