Phone ='<h2 class="cta">Call Us With Questions At: 619-443-0240</h2>';

requestPath ='schedule-a-service-call-easy-open-door-co-inc.aspx';
qoutePath ='contact-easy-open-door-company-inc.aspx';
DISPath = "san-diego-county-garage-door-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>');
}

