// JavaScript Document

function openImg(imageName) {
	popup = window.open("http://bassdirectmail.com/pop.html?x="+imageName, "popup_id", "width=800, height=800,scrollbars,resizable");

}


