function servicesImagePop(theImageURL,ImageTitle,ImageLayout){
w = '573'
h = '460'
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;

if (ImageLayout == 'l') {
window.open('/sitewide/servicespicpopl.asp?image=' + theImageURL + '&title=' + ImageTitle,'servicespop','width='+w+' height='+h+', top='+wint+', left='+winl+',scrollbars=no');
}else if (ImageLayout == 'p') {
window.open('/sitewide/servicespicpopp.asp?image=' + theImageURL,'servicespop','width='+w+' height='+h+', top='+wint+', left='+winl+',scrollbars=no');
}

}

function productsImagePop(image,name,image1,image2,image3){
w = '692'
h = '473'
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;

window.open('/sitewide/productspicpop.asp?image=' + image + '&name=' + name + '&image1=' + image1 + '&image2=' + image2 + '&image3=' + image3,'productspop','width='+w+' height='+h+', top='+wint+', left='+winl+',scrollbars=no');

}

function servicesLandscapePop(image,name){
w = '761'
h = '476'
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;

window.open('/sitewide/serviceslandscapepop.asp?image=' + image + '&name=' + name,'beoreafterspop','width='+w+' height='+h+', top='+wint+', left='+winl+',scrollbars=no');
}

function servicesFountainPop(image,nimages){
w = '761'
h = '476'
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;

window.open('/sitewide/servicesfountainpop.asp?image=' + image + '&nimages=15','servicesfountainpop','width='+w+' height='+h+', top='+wint+', left='+winl+',scrollbars=no');
}
