// JavaScript Document
function openwindow(file)
{
	window.open("/html/popups/"+file,"Newsletter","width=300,height=380");
}