// JavaScript Document
//Menu Quote System.


function application(content, text){
var cont=content;
document.getElementById("application").style.backgroundImage="url('images/"+cont+"')";
document.getElementById("application").innerHTML = text;

}


