Phone ='<h2 class="cta">Call Us With Questions At: 919-876-4555</h2>';

requestPath ='http://www.customoverheaddoors.net/schedule-service-raleigh-nc.aspx';
qoutePath ='http://www.customoverheaddoors.net/contact-custom-overhead-doors.aspx';
DISPath = "raleigh-garagedoor-designer.aspx"; 



function GetDIS(){

window.location= DISPath;

}



function GetCTA(str){
myPath = str;


document.write('<div class="topsplLinks" style="display: block; background-color:#f3f3f3; padding: 5px 8px 5px 8px;position:relative; top: 70px;">');
document.write('<a class="topsplLinks" href="http://www.customoverheaddoors.net/Greenville-Garage-Doors.aspx">Greenville Location</a>');
document.write('&nbsp; | &nbsp;');
document.write('<a class="topsplLinks" href="http://www.customoverheaddoors.net/Fayetteville-Garage-Doors.aspx">Fayetteville Location</a>');
document.write('&nbsp; | &nbsp;');
document.write('<a class="topsplLinks" href="http://www.customoverheaddoors.net/greensboro-garage-doors.aspx">Greensboro Location</a>');
document.write('&nbsp; | &nbsp;');
document.write('<a class="topsplLinks" href="http://www.customoverheaddoors.net/Raleigh-Garagedoor-Showroom.aspx">Showroom</a>');
document.write('&nbsp; | &nbsp;');
document.write('<a class="topsplLinks" href="http://www.customoverheaddoors.net/contact-custom-overhead-doors.aspx">Contact Us</a>');
document.write('</div>');

document.write('<div id="fb"><a href="http://www.facebook.com/pages/Custom-Door-Gate/188783661142754?v=wall" target="_blank"><img src="sites/'+ myPath + '/images/CODfacebooklogo.jpg" border="0"></a></div>');
document.write('<div id="blog"><a href="http://www.customoverheaddoors.net/raleigh-custom-overhead-garage-door-blog.aspx"><img src="sites/'+ myPath + '/images/CODbloglogo.jpg" border="0"></a></div>');




document.write('<div class="ctaPosistion" style="position:relative; left: 170px;top: -8px"> ');
document.write(Phone);
document.write('<div class="CTAButtons"  style="position:relative; left: 60px; top: 10px;"> ');
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>');
}

