function popitup(url, w, h) {
	window.open(url + "?p=" + escape(document.location.href), "_blank", ["width=" + w, "height=" + h].join(","));
	return true;
}
function SiteIndex()
{
	window.open(document.getElementById("ddlSiteIndex").options[document.getElementById("ddlSiteIndex").selectedIndex].value);
}