function swapImage(thename,thenum) {
newsrc = "/images/"+thename+"/"+thenum+".jpg";
document.getElementById(thename+'Img').src=newsrc; }

function popRose(roseid) {
var theurl = "/pic.php?roseid="+roseid;
window.open(theurl,'fullsizePicWindow','toolbar=0,location=0,directories=0,status=1,menubar=0,resizable=0,scrollbars=0,1,1');
}

function popSpecial(picid) {
var theurl = "/special.php?picid="+picid;
window.open(theurl,'fullsizePicWindow','toolbar=0,location=0,directories=0,status=1,menubar=0,resizable=0,scrollbars=0,1,1');
}