function MM_openBrWindow(theURL,winName,features)

	{window.open(theURL,winName,features);

	}

function cupon(id)

	{window.open("cupones.php?id="+id,"cupones","width=650,height=400,toolbar=yes,scrollbars=yes");

	}

function mensajeToResta(id)

	{window.open("popup_sendmsg.php?id="+id,"x","width=560,height=400,toolbar=no,scrollbars=yes");

	}

function verFoto(id,foto)

	{window.open("popup_verfoto.php?id="+id+"&foto="+foto,"verfoto","width=335,height=320,scrollbars=yes");

	}



function MM_swapImgRestore()

	{var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

	}

function MM_displayStatusMsg(msgStr)

	{status=msgStr;

	document.MM_returnValue=true;

	}

function checkBuscador()

	{if (document.buscador.que.value == '')

		{window.alert('Debe ingresar una palabra para la busqueda');

		return false;

		}

	return true;

	}

function checkUserLogin()

	{if ((document.login.NDOC.value == '') || (document.login.PASS.value == ''))

		{window.alert('Debe ingresar nombre de usuario y password');

		return false;

		}

	return true;

	}

function log()

	{window.alert('Para imprimir este cupon debe estar registrado, si ya lo esta ingrese su nombre de usuario y contraseņa');

	window.login.NDOC.focus();

	}




