// JavaScript Document

function pop_attachment(url, w, h) {

	window.open(url, "sendattachment", "location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=" + w + ",height=" + h);

}

