cammImage = new Image;
cammImage.src = "http://resource.cammservices.com/graphics/icons/favicon.ico";
function cammSW(){
	document.linkicon.src = cammImage.src;
}

homeImage = new Image;
homeImage.src = "http://resource.cammservices.com/graphics/webcons/home-48x48.png";
function homeSW(){
	document.linkicon.src = homeImage.src;
}
function homeGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=home';
}
serviceareaImage = new Image;
serviceareaImage.src = "http://resource.cammservices.com/graphics/webcons/city-48x48-2.png";
function serviceareaSW(){
	document.linkicon.src = serviceareaImage.src;
}
function serviceareaGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=servicearea';
}
onsiteImage = new Image;
onsiteImage.src = "http://resource.cammservices.com/graphics/webcons/ambunance-1-48x48.png";
function onsiteSW(){
	document.linkicon.src = onsiteImage.src;
}
function onsiteGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=osservices';
}
onlineImage = new Image;
onlineImage.src = "http://resource.cammservices.com/graphics/webcons/globe-Vista-48x48.png";
function onlineSW(){
	document.linkicon.src = onlineImage.src;
}
function onlineGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=olservices';
}
pricingImage = new Image;
pricingImage.src = "http://resource.cammservices.com/graphics/webcons/bank-48x48.png";
function pricingSW(){
	document.linkicon.src = pricingImage.src;
}
function pricingGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=pricing';
}
contactusImage = new Image;
contactusImage.src = "http://resource.cammservices.com/graphics/webcons/Smartphone-48x48.png";
function contactusSW(){
	document.linkicon.src = contactusImage.src;
}
function contactusGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=contactus';
}
aboutImage = new Image;
aboutImage.src = "http://resource.cammservices.com/graphics/webcons/search-48x48.png";
function aboutSW(){
	document.linkicon.src = aboutImage.src;
}
function aboutGO(){
	document.location = 'http://www.cammservices.com/index.exe?page=aboutcamm';
}
myinvoiceImage = new Image;
myinvoiceImage.src = "http://resource.cammservices.com/graphics/webcons/Oficina-PDF-48x48.png";
function myinvoiceSW(){
	document.linkicon.src = myinvoiceImage.src;
}
function myinvoiceGO(){
	document.location = 'http://myinvoice.cammservices.com/';
}
profileImage = new Image;
profileImage.src = "http://resource.cammservices.com/graphics/icons/favicon.ico";
function profileSW(){

}

function HideLoad(){
	document.getElementById("loading").className = "loadvisfalse";
}
function ShowLoad(){
	document.getElementById("loading").className = "loadvistrue";
}

