function changeImage(img)
{
	document.getElementById('myPic').src = '../../userimages/gallery/big/index.html'+img;
	document.getElementById('myPic').src = '../../userimages/gallery/big/videodeprueba.html'+img;
	
	
}

function showConfirm(msg)
{
	var agree = confirm(msg);
	if(agree)
	{
		return true;
	}
	return false;
}

function MM_openBrWindow(theURL,winName,features){ //v2.0
  window.open(theURL,winName,features);
}