// JavaScript Document
function goToProduct(){
location.href="sharepoint-crm-info.asp";
}
function goToHome(){
location.href="default.asp";
}
function goToPartners(){
location.href="partners.html";
}
function goToContact(){
location.href="contact.asp";
}
