Phone ='<h2 class="cta">Call Us With Questions At: 847-537-6662</h2>';
MobilPhone ='Phone: 847-537-6662';
requestPath ='schedule-service-wheeling-garage-doors.aspx';
qoutePath ='contact-garage-door-specialists.aspx';
DISPath = "wheeling-garage-door-designer.aspx"; 



function GetDIS(){

window.location= DISPath;

}

function GetMobileCTA(str){
myPath = str;

document.write(MobilPhone);

}

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>');
}

