function cup() {
win=window.open('cup.html','cup','width=350,height=310','scrollbars=auto');
}
function dish() {
win=window.open('dish.html','dish','width=350,height=310','scrollbars=auto');
}
function lamp() {
win=window.open('lamp.html','lamp','width=350,height=400','scrollbars=auto');
}
function antique() {
win=window.open('antique.html','lamp','width=350,height=400','scrollbars=auto');
}
function christmas() {
win=window.open('christmas.html','lamp','width=400,height=400','scrollbars=auto');
}