function s() {}

function imgswp(img,ref) {
	document.images[img].src = ref;
}

function openWindow(url, name) {
	popupWin = window.open(url, name, "width=380,height=420,resizable=yes,scrollbars=yes,toolbar=yes");
}
