Phone ='<h2 class="cta">Call Us With Questions At: 801-627-DOOR</h2>';

requestPath ='http://www.pioneeroverhead.com/schedule-service-garage-doors-ogden-ut.aspx';
qoutePath ='http://www.pioneeroverhead.com/contact-pioneer-overhead-door.aspx';
DISPath = "ogden-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 class="CTAButtons" href="'+ requestPath +'">');
document.write('<img src="sites/'+ myPath + '/images/Request.jpg" border="0">');
document.write('</a>');

document.write('<a class="CTAButtons" href="'+ qoutePath +'">');
document.write('<img src="sites/'+ myPath + '/images/qoute.jpg" border="0">');
document.write('</a>');
document.write('</div>');
document.write('</div>');
}

