function popPic(myUrl, myWidth, myHeight) {
  myWidth += 20;
  myHeight += 24;
  var winOptions  = "menubar=0,width=" + myWidth + ",height=" + myHeight + ",top=0,left=0,scrollbars=0";
  window.open(myUrl, "shopsWin", winOptions);
}

function popGall(myImage) {

	var winProps = "menubar=0, width=600, height=480, top=0, left=0, scrollbars=1, resizable=1";
	window.open("gallery/?img=" + myImage, "winGall", winProps);

}

function popWin(myUrl) {
  window.open(myUrl, "shopsWin", "menubar=1,width=700,height=300,top=0,left=0,scrollbars=1");
}
