
function GetCTA(str){
myPath = str;
Phone ='<h2 class="cta">PHONE: 281-399-2860</h2>';

HomePath ='splendora-garage-door.aspx';
requestPath ='schedule-service-garage-doors-splendora.aspx';
qoutePath ='contact-northside-overhead-doors.aspx';
aboutPath ='northside-overhead-doors-splendora.aspx';


document.write('<div class="ctaPosistion"> ');

document.write('<div class="CTAButtons"> ');

document.write('<a href="'+ HomePath +'">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/home_btn.png" border="0">');
document.write('</a>');

document.write('<a href="'+ aboutPath +'">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/about_btn.png" border="0">');
document.write('</a>');

document.write('<a href="'+ requestPath +'">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/request_btn.png" border="0">');
document.write('</a>');

document.write('<a href="'+ qoutePath +'">');
document.write('<img src="sites/');
document.write(myPath);
document.write('/images/qoute_btn.png" border="0">');
document.write('</a>');
document.write('</div>');


document.write(Phone);
document.write('</div>');
}





function GetBTNs(str){
myPath1 = str;

btn1Path ='splendora-garage-doors.aspx';
btn2Path ='commercial-garage-doors-splendora.aspx';
btn3Path ='Houston-Entry-Doors.aspx';

document.write('<a href="'+ btn1Path +'">');
document.write('<img src="sites/');
document.write(myPath1);
document.write('/images/Btn_1.png" border="0">');
document.write('</a>');

document.write('<a href="'+ btn2Path +'">');
document.write('<img src="sites/');
document.write(myPath1);
document.write('/images/Btn_2.png" border="0">');
document.write('</a>');

document.write('<a href="'+ btn3Path +'">');
document.write('<img src="sites/');
document.write(myPath1);
document.write('/images/Btn_3.png" border="0">');
document.write('</a>');

}
