function PopupPic(sPicURL) {
	window.open( "http://www.okanagantrendwest.com/popup.html?"+sPicURL, "",  
	"resizable=1,HEIGHT=400,WIDTH=600");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}