function popit(id,res_type){
	var w=400;
	var h=70;
	var t=(screen.height)?(screen.height-h)/2-20:10;
	var l=(screen.width)?(screen.width-w)/2-5:10;
	window.open("play.php?idx="+id+"&type=" + res_type + "","minipagini","height="+h+",width="+w+",screenX="+l+",screenY="+t+",top="+t+",left="+l+",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
}

function pop_mare(id,res_type){
	var w=525;
	var h=580;
	
	var t=(screen.height)?(screen.height-h)/2-20:10;
	var l=(screen.width)?(screen.width-w)/2-5:10;
	window.open("play.php?idx="+id+"&type=" + res_type + "","minipagini","height="+h+",width="+w+",screenX="+l+",screenY="+t+",top="+t+",left="+l+",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
}


function pop_foto(latime,inaltime,sursa){
	var w= latime + 20 ;
	var h= inaltime + 20;
	var t=(screen.height)?(screen.height-h)/2-20:10;
	var l=(screen.width)?(screen.width-w)/2-5:10;
	window.open("play_foto.php?sursa="+sursa+"","minipagini","height="+h+",width="+w+",screenX="+l+",screenY="+t+",top="+t+",left="+l+",directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=yes");
}



function resizewin(){
	
	if (self.innerWidth)
	{
		frameWidth = self.innerWidth;
	}
	else if (document.documentElement && document.documentElement.clientWidth)
	{
		frameWidth = document.documentElement.clientWidth;
	}
	else if (document.body)
	{
		frameWidth = document.body.clientWidth;
	}
	else return;
	frameWidth -= 18;
	leftwidth = frameWidth - 780;
	procent = (leftwidth / frameWidth) * 100;
	if (leftwidth < 0){
		leftwidth = 0;
		document.getElementById('td_left').width = leftwidth;
		return;
	}
	leftwidth = leftwidth / 2;
	document.getElementById('td_left').width = leftwidth;
	document.getElementById('td_left').innerHTML = '<img src="http://www.bestmusic.ro/_templates/default/img/spacer.gif" width="'+leftwidth+'">';
	
}