
function openPopUpSmall(name) {

	popURL = "/vsWeb/" + name;
	popWindow = window.open(popURL, "SmallChildWindow", "Scrollbars=no, HEIGHT=200, WIDTH=350");
	popWindow.focus;
	
}
