// JavaScript Document

function PopupPic(sPicURL) { 
	window.open("http://www.noviboatbrokers.com"+sPicURL, "", "");
}
