/************************************************************
*  Opens a new window when before or after images are clicked
*************************************************************/

function enlarge(strImage){			
	if (strImage == "before") {
		window.open("formadrain_before.htm","before","height=355,width=525,status=no,toolbar=no,location=no,resizable=yes")
	} else if (strImage == "after") {
		window.open("formadrain_after.htm","after","height=390,width=525,status=no,toolbar=no,location=no,resizable=yes")
	}			
}
