// Javascript file for some external URLs
// Copyright Robaviax Design Studio
// August 9, 2005 - Modified September 2, 2005
// Filename: mga2js.js  Filesize: approx 1.3 KBytes
// Linked to two pages only: AAS and WebInfo
// Mapquest, Yahoo, Google maps -  AAS page (5)
// AOL and Microsoft IE - WebInfo page (2)

var aa='http://www.mapquest.com/maps/map.adp?address=113%20Brandon%20Rd&city=Butler&state=PA&zipcode=16001%2d1115&country=US&title=113%20Brandon%20Rd%20Butler%2c%20PA%2016001%2d1115%2c%20US&cid=lfmaplink2'
// var bb='http://us.rd.yahoo.com/maps/extmap;_ylt=Al50ib4bb.8nYeQb29V7mQpkDLMF/*-http://maps.yahoo.com/maps_result?addr=113+Brandon+Rd&csz=Butler%2C+PA+16001-1115&state=PA&uzip=16001&ds=n&name=&desc=&lat=40.928897&lon=-79.950928&mlt=40.928897&mln=-79.950928&zoomin=yes&BFKey=&mag=2'
// Yahoo map link fixed 3/23/2008
var bb='http://maps.yahoo.com/map?q1=113%20Brandon%20Rd%20Butler,%20PA%2016001-1115%20PA%2016001&mag=2&lat=40.928897&lon=-79.950928&ard=1#mvt=m&lat=40.928941&lon=-79.950875&mag=3&q1=113%20Brandon%20Rd%20Butler%2C%20PA%2016001'

// var cc=''
// var dd=''
var ee='http://www.mapquest.com/'
var ff='http://maps.yahoo.com/'
var gg='http://maps.google.com/maps?q=113+Brandon+Road+Butler+PA+16001&hl=en'

var hh='http://webmaster.info.aol.com/'
var ii='http://www.microsoft.com/windows/ie/using/howto/customizing/clearcache.mspx'

function goURL(url) {
window.open(url,'_blank');
}

// Sample: href="javascript:void()" onClick="goURL(url); return false;"