pic1= new Image(505,14); 
pic1.src="romance_honeymoon.jpg"; 
pic2= new Image(505,14); 
pic2.src="romance_anniversary.jpg"; 
pic3= new Image(505,14); 
pic3.src="romance_luxurysafari.jpg"; 
pic4= new Image(505,14); 
pic4.src="romance_spa.jpg"; 
pic5= new Image(505,14); 
pic5.src="romance_getaway.jpg"; 
function romance(imgid) {	
	if(document.getElementById) {
		document.getElementById("SAFARI").src  = 'romance_'+imgid+'.jpg';
	}
}
