function vLaunchPopup(sImage,iWidth,iHeight,sDescription)
{
	window.open("popup.asp?image="+sImage+"&width="+iWidth+"&height="+iHeight+"&description="+sDescription,"Popup","resizable,width="+iWidth+",height="+(iHeight+50));
}
