Phone ='<h2 class="cta">Call Us With Questions At: 978-342-3344</h2>';

requestPath ='schedule-service-fitchburg.aspx';
qoutePath ='contact-a-1-overhead-door.aspx';
DISPath = "fitchburg-garagedoor-designer.aspx"; 



function GetDIS(){

window.location= DISPath;

}



function GetCTA(str){
myPath = str;

document.write('<div class="ctaPosistion"> ');
document.write(Phone);
document.write('<div class="CTAButtons"> ');
document.write('<a href="'+ requestPath +'">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/Request.jpg" border="0">');
document.write('</a>');

document.write('<a href="'+ qoutePath +'">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/Qoute.jpg" border="0">');
document.write('</a>');
document.write('</div>');
document.write('</div>');
}

