//created by mqrd2000  mqrd2000@msn.com 

link_home = 'http://www.mptrwa.com/';

function sma3_lkolchi(aid,sid,multiple)
	{
		for(var i=0;i<document.frmbody.length;i++)
			{
				if(document.frmbody.elements[i].type=="checkbox")
				{
					document.frmbody.elements[i].checked=true;
				}
			}
		sma3_likhtarti(aid,sid,1);	
	}

function sma3_likhtarti(aid,sid,multiple)
	{
		if (multiple) 
		{
			var temp=0;
			var tempstr=new Array();
			for(var i=0;i<document.frmbody.length;i++)
				{
					if(document.frmbody.elements[i].type=="checkbox" && document.frmbody.elements[i].checked)
					{
						tempstr[temp]=document.frmbody.elements[i].value;
						temp++;
					}
				}
		
			var sid="";	
			sid = tempstr.join(",");
			
			if(tempstr.length>0)
			{
			    theURL= link_home+aid +'/'+ sid +'/play_fl_'+ aid + '_'+ sid + '.html' ;
				window.open(theURL,'play','location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650px,height=480px')
			}
		    else
			{
				alert("Veuillez choisir au moins une chanson parmi la liste");
				return;
			}
			
			
		}
		else
		{
			theURL= link_home+aid +'/'+ sid +'/play_fl_'+ aid + '_'+ sid + '.html'  ;
            window.open(theURL,'mqrd2000','location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650px,height=480px');
		}
	}

function email(id) 
   { 
  		theURL= link_home + 'email,'+ id + '.html' ;
    	window.open(theURL,'mqrd2000','location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=650px,height=480px');
   }
function playme(aid,sid) 
   { 
    theURL= link_home+aid +'/'+ sid +'/play_fl_'+ aid + '_'+ sid + '.html' ;
				window.open(theURL,'play','location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650px,height=480px')
   }
