function imagen(foto){
	document.wallpapers.NroFoto.value=screen.width+"x"+screen.height
	document.wallpapers.action=foto
	document.wallpapers.submit();
	return false
};
function CambiarPagina(Inicio){
	document.wallpapers.Inicio.value=Inicio
	document.wallpapers.action=PAGNombre+Extension+".htm?"+COKCodigo
	document.wallpapers.submit();
	return false
};

