function openPopup(sUrl) {
	window.open(sUrl, "preview", "width=785, height=560");
	return false;
}