function openWinS() {
window.open("","prod",'toolbar=0,location=0,width=470,height=500,resizable=1');
}

function opMapWinS() {
window.open("","map",'toolbar=0,location=0,width=340,height=375,resizable=1');
}

