function Popup(url)
{
	window.open('/PressReleases/' + url,'PressRelease','menubar=no, statusbar=no, resizable=yes, scrollbars=yes, width=600, height=400');
}
