function OnMoSet1(IMG) { document.image1.src= IMG }
function OnMoSet2(IMG) { document.image1.src= IMG }
function OnMoSet3(IMG) { document.image1.src= IMG }
function OnMoSet4(IMG) { document.image1.src= IMG }
function openPopup(url) {
var mywin = open("./offer.html" , "win1" , "width=540,height=600,menubar=yes");
mywin.focus();
}