var cake="";
function op (cake) {
var spoon="../../picture.asp?imgc=";
spoon=spoon+cake;
window.open(spoon,'newWin','height=370,width=480,scrollbars=0');
}