




$(function() {

var gdLink = $('span a[href$="greater-pittsburgh-area-garage-doors-gerald-giel.aspx"]');
$(gdLink).attr("href","#"); 
$(gdLink).attr("class","noNav"); 


if ($.browser.msie && $.browser.version == 7.0){

$(gdLink).prepend('<span style="position: relative;"><div id="subDrop"  style=" width: 108px; text-align:center; border:thin #CCC solid; position: absolute; top:15px; font-size: 11px; background: #888; padding:8px 8px 10px 8px;"><a href="greater-pittsburgh-area-garage-doors-gerald-giel.aspx">Clopay Garage Doors</a> <hr> <a href="garaga-garage-doors-greater-pittsburgh.aspx">Garaga Garage Doors</a></div></span>');
}

else{

$(gdLink).prepend('<span style="position: relative;"><div id="subDrop"  style=" width: 108px; text-align:center; border:thin #CCC solid; position: absolute; top:3px; font-size: 11px; background: #888; padding:8px 8px 10px 8px;"><a href="greater-pittsburgh-area-garage-doors-gerald-giel.aspx">Clopay Garage Doors</a> <hr> <a href="garaga-garage-doors-greater-pittsburgh.aspx">Garaga Garage Doors</a></div></span>');

}

$('#subDrop').hide();

   $(gdLink).mouseover(function() {
	$('#subDrop').show()

   });

  $(gdLink).mouseout(function() {
	$('#subDrop').hide()

   });

});




function GetCTA(str){
myPath = str;
Phone ='<h2 class="cta">PHONE: 724-287-1673</h2>';

HomePath='';
requestPath ='schedule-service-greater-pittsburgh-garage-door.aspx';
qoutePath ='contact-gerald-giel-garage-doors-greater-pittsburgh.aspx';
aboutPath ='gerald-giel-garage-doors-greater-pittsburgh.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('</div>');
}





function GetBTNs(str){
myPath1 = str;

btn1Path ='';
btn2Path ='commercial-garage-doors-pittsburgh.aspx';
btn3Path ='entry-door-greater-pittsburgh.aspx';

document.write('<div id="homebtns"><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></div>');

}
